From 2cf6dfa280a8149941aafc852fbaae8bdfc4999e Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 21:06:20 +0000 Subject: stmhal: Prefix includes with py/; remove need for -I../py. --- stmhal/main.c | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'stmhal/main.c') diff --git a/stmhal/main.c b/stmhal/main.c index a946b86ee..ae5c94b53 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -27,21 +27,16 @@ #include #include -#include "stm32f4xx_hal.h" +#include "py/nlr.h" +#include "py/lexer.h" +#include "py/parse.h" +#include "py/obj.h" +#include "py/runtime.h" +#include "py/stackctrl.h" +#include "py/gc.h" -#include "mpconfig.h" -#include "misc.h" #include "systick.h" #include "pendsv.h" -#include "qstr.h" -#include "misc.h" -#include "nlr.h" -#include "lexer.h" -#include "parse.h" -#include "obj.h" -#include "runtime.h" -#include "stackctrl.h" -#include "gc.h" #include "gccollect.h" #include "readline.h" #include "pyexec.h" -- cgit v1.2.3