Skip to content

Commit 26a9920

Browse files
committed
bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers depend on it.
1 parent 9b71b16 commit 26a9920

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bare-arm/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#include <stdio.h>
33
#include <string.h>
44

5+
#include "mpconfig.h"
56
#include "nlr.h"
67
#include "misc.h"
7-
#include "mpconfig.h"
88
#include "qstr.h"
99
#include "lexer.h"
1010
#include "parse.h"

qemu-arm/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#include <stdio.h>
33
#include <string.h>
44

5+
#include "mpconfig.h"
56
#include "nlr.h"
67
#include "misc.h"
7-
#include "mpconfig.h"
88
#include "qstr.h"
99
#include "lexer.h"
1010
#include "parse.h"

0 commit comments

Comments
 (0)