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/modutime.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'stmhal/modutime.c') diff --git a/stmhal/modutime.c b/stmhal/modutime.c index 0bc3245c4..b918b1e9a 100644 --- a/stmhal/modutime.c +++ b/stmhal/modutime.c @@ -28,11 +28,8 @@ #include #include "stm32f4xx_hal.h" -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/nlr.h" +#include "py/obj.h" #include "portmodules.h" #include "rtc.h" -- cgit v1.2.3