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/moduos.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'stmhal/moduos.c') diff --git a/stmhal/moduos.c b/stmhal/moduos.c index b16891fec..8706f4981 100644 --- a/stmhal/moduos.c +++ b/stmhal/moduos.c @@ -27,12 +27,9 @@ #include #include -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "objtuple.h" +#include "py/nlr.h" +#include "py/obj.h" +#include "py/objtuple.h" #include "systick.h" #include "rng.h" #include "storage.h" -- cgit v1.2.3