diff options
Diffstat (limited to 'teensy/help.c')
-rw-r--r-- | teensy/help.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/teensy/help.c b/teensy/help.c index 598b6f4e30..38a8d550f9 100644 --- a/teensy/help.c +++ b/teensy/help.c @@ -26,11 +26,7 @@ #include <stdio.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/obj.h" STATIC const char *help_text = "Welcome to Micro Python!\n" |