From b68d98d61cc013da2df98e5d77d7bf3598d0dd4d Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 21:13:30 +0000 Subject: teensy: Prefix includes with py/; remove need for -I../py. --- teensy/help.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'teensy/help.c') 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 -#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" -- cgit v1.2.3