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/moduselect.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'stmhal/moduselect.c') diff --git a/stmhal/moduselect.c b/stmhal/moduselect.c index b354e486e..1adb6257f 100644 --- a/stmhal/moduselect.c +++ b/stmhal/moduselect.c @@ -24,16 +24,12 @@ * THE SOFTWARE. */ -#include #include #include -#include "mpconfig.h" -#include "misc.h" -#include "nlr.h" -#include "qstr.h" -#include "obj.h" -#include "objlist.h" +#include "py/nlr.h" +#include "py/obj.h" +#include "py/objlist.h" #include "pybioctl.h" #include MICROPY_HAL_H -- cgit v1.2.3