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/rtc.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'stmhal/rtc.c') diff --git a/stmhal/rtc.c b/stmhal/rtc.c index f58aa9273..82bb61bbf 100644 --- a/stmhal/rtc.c +++ b/stmhal/rtc.c @@ -28,11 +28,7 @@ #include "stm32f4xx_hal.h" -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/runtime.h" #include "rtc.h" /// \moduleref pyb -- cgit v1.2.3