summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/lexermemzip.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-01 21:13:30 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-01 21:13:30 +0000
commitb68d98d61cc013da2df98e5d77d7bf3598d0dd4d (patch)
tree8eac906571eb94f58dbd14c90d34527f2708318f /teensy/lexermemzip.c
parent2cf6dfa280a8149941aafc852fbaae8bdfc4999e (diff)
downloadmicropython-b68d98d61cc013da2df98e5d77d7bf3598d0dd4d.tar.gz
micropython-b68d98d61cc013da2df98e5d77d7bf3598d0dd4d.zip
teensy: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'teensy/lexermemzip.c')
-rw-r--r--teensy/lexermemzip.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/teensy/lexermemzip.c b/teensy/lexermemzip.c
index 4c363cd6dc..72fe6b1c6b 100644
--- a/teensy/lexermemzip.c
+++ b/teensy/lexermemzip.c
@@ -1,10 +1,6 @@
-#include <stdint.h>
#include <stdlib.h>
-#include "mpconfig.h"
-#include "misc.h"
-#include "qstr.h"
-#include "lexer.h"
+#include "py/lexer.h"
#include "memzip.h"
mp_lexer_t *mp_lexer_new_from_file(const char *filename)