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

pull/529/merge
Paul Sokolovsky 2014-05-02 18:23:23 +03:00
rodzic 9b71b16a94
commit 26a9920735
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

@ -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"