bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers depend on it.

store-consts
Paul Sokolovsky 2014-05-02 18:23:23 +03:00
parent 9b71b16a94
commit 26a9920735
2 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
#include <stdio.h>
#include <string.h>
#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#include "qstr.h"
#include "lexer.h"
#include "parse.h"

View File

@ -2,9 +2,9 @@
#include <stdio.h>
#include <string.h>
#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#include "qstr.h"
#include "lexer.h"
#include "parse.h"