diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/file.c | 2 | ||||
-rw-r--r-- | unix/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/file.c b/unix/file.c index 041e28e956..04305cac7a 100644 --- a/unix/file.c +++ b/unix/file.c @@ -5,9 +5,9 @@ #include <sys/stat.h> #include <sys/types.h> +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "runtime.h" diff --git a/unix/main.c b/unix/main.c index 4c86edeae5..e677ff65d0 100644 --- a/unix/main.c +++ b/unix/main.c @@ -8,9 +8,9 @@ #include <sys/types.h> #include <errno.h> +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "lexer.h" #include "lexerunix.h" |