summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/import.c')
-rw-r--r--teensy/import.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/teensy/import.c b/teensy/import.c
index 5332ebe599..2d5225b888 100644
--- a/teensy/import.c
+++ b/teensy/import.c
@@ -1,11 +1,6 @@
#include <stdio.h>
-#include <stdint.h>
-
-#include "mpconfig.h"
-#include "misc.h"
-#include "qstr.h"
-#include "lexer.h"
+#include "py/lexer.h"
#include "memzip.h"
mp_import_stat_t mp_import_stat(const char *path) {