diff options
author | Damien George <damien.p.george@gmail.com> | 2015-01-01 21:13:30 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-01-01 21:13:30 +0000 |
commit | b68d98d61cc013da2df98e5d77d7bf3598d0dd4d (patch) | |
tree | 8eac906571eb94f58dbd14c90d34527f2708318f /teensy/help.c | |
parent | 2cf6dfa280a8149941aafc852fbaae8bdfc4999e (diff) |
teensy: Prefix includes with py/; remove need for -I../py.
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 598b6f4e3..38a8d550f 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" |