diff options
Diffstat (limited to 'stm/pyexec.c')
-rw-r--r-- | stm/pyexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/pyexec.c b/stm/pyexec.c index 52a436218e..00d5f0bdad 100644 --- a/stm/pyexec.c +++ b/stm/pyexec.c @@ -2,9 +2,9 @@ #include <string.h> #include <stdio.h> +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "misc.h" #include "lexer.h" |