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/irq.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'stmhal/irq.c') diff --git a/stmhal/irq.c b/stmhal/irq.c index 286af73cc..d0d89b394 100644 --- a/stmhal/irq.c +++ b/stmhal/irq.c @@ -24,11 +24,8 @@ * THE SOFTWARE. */ -#include "mpconfig.h" -#include "misc.h" -#include "nlr.h" -#include "qstr.h" -#include "obj.h" +#include "py/nlr.h" +#include "py/obj.h" #include "irq.h" #include MICROPY_HAL_H -- cgit v1.2.3