diff options
Diffstat (limited to 'py/parsehelper.c')
-rw-r--r-- | py/parsehelper.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/py/parsehelper.c b/py/parsehelper.c index f304710673..904268109b 100644 --- a/py/parsehelper.c +++ b/py/parsehelper.c @@ -26,16 +26,9 @@ // these functions are separate from parse.c to keep parser independent of mp_obj_t -#include <stdint.h> #include <stdio.h> -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "lexer.h" -#include "parse.h" -#include "obj.h" -#include "parsehelper.h" +#include "py/parsehelper.h" #define STR_MEMORY "parser could not allocate enough memory" #define STR_UNEXPECTED_INDENT "unexpected indent" |