diff options
Diffstat (limited to 'py/lexerstr.c')
-rw-r--r-- | py/lexerstr.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/py/lexerstr.c b/py/lexerstr.c index c3456b9bd..cab3ed361 100644 --- a/py/lexerstr.c +++ b/py/lexerstr.c @@ -24,12 +24,7 @@ * THE SOFTWARE. */ -#include <stdint.h> - -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "lexer.h" +#include "py/lexer.h" typedef struct _mp_lexer_str_buf_t { mp_uint_t free_len; // if > 0, src_beg will be freed when done by: m_free(src_beg, free_len) |