From b68d98d61cc013da2df98e5d77d7bf3598d0dd4d Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 21:13:30 +0000 Subject: teensy: Prefix includes with py/; remove need for -I../py. --- teensy/timer.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'teensy/timer.c') diff --git a/teensy/timer.c b/teensy/timer.c index a4051e608..e048f61d8 100644 --- a/teensy/timer.c +++ b/teensy/timer.c @@ -29,18 +29,13 @@ #include #include -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" -#include "pfenv.h" +#include "py/nlr.h" +#include "py/runtime.h" +#include "py/pfenv.h" +#include "py/gc.h" #include MICROPY_HAL_H -#include "gc.h" #include "pin.h" #include "reg.h" - #include "timer.h" typedef enum { -- cgit v1.2.3