summaryrefslogtreecommitdiff
path: root/teensy/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/main.c')
-rw-r--r--teensy/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/teensy/main.c b/teensy/main.c
index ba7207fe8..41bbeb5d9 100644
--- a/teensy/main.c
+++ b/teensy/main.c
@@ -3,8 +3,6 @@
#include <string.h>
#include <stdlib.h>
-#include "py/nlr.h"
-#include "py/parse.h"
#include "py/lexer.h"
#include "py/runtime.h"
#include "py/stackctrl.h"
@@ -12,7 +10,7 @@
#include "py/mphal.h"
#include "gccollect.h"
#include "lib/utils/pyexec.h"
-#include "readline.h"
+#include "lib/mp-readline/readline.h"
#include "lexermemzip.h"
#include "Arduino.h"