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/extint.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'stmhal/extint.c') diff --git a/stmhal/extint.c b/stmhal/extint.c index a67af65b0..78bc17be0 100644 --- a/stmhal/extint.c +++ b/stmhal/extint.c @@ -30,15 +30,10 @@ #include -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "gc.h" -#include "obj.h" -#include "runtime.h" -#include "pfenv.h" - +#include "py/nlr.h" +#include "py/runtime.h" +#include "py/gc.h" +#include "py/pfenv.h" #include "pin.h" #include "extint.h" -- cgit v1.2.3