diff options
Diffstat (limited to 'py/parsehelper.c')
-rw-r--r-- | py/parsehelper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/parsehelper.c b/py/parsehelper.c index 3ead5a3031..105afe711e 100644 --- a/py/parsehelper.c +++ b/py/parsehelper.c @@ -29,8 +29,8 @@ #include <stdint.h> #include <stdio.h> -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "lexer.h" #include "parse.h" |