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/rng.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'stmhal/rng.c') diff --git a/stmhal/rng.c b/stmhal/rng.c index ea636770c..c2685ce2b 100644 --- a/stmhal/rng.c +++ b/stmhal/rng.c @@ -28,10 +28,7 @@ #include "stm32f4xx_hal.h" -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/obj.h" #include "rng.h" #if MICROPY_HW_ENABLE_RNG -- cgit v1.2.3