diff options
Diffstat (limited to 'teensy/modpyb.c')
-rw-r--r-- | teensy/modpyb.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/teensy/modpyb.c b/teensy/modpyb.c index 67c5896a5a..13454b2534 100644 --- a/teensy/modpyb.c +++ b/teensy/modpyb.c @@ -29,14 +29,11 @@ #include <mk20dx128.h> #include "Arduino.h" -#include "mpconfig.h" -#include "misc.h" +#include "py/obj.h" +#include "py/gc.h" #include "teensy_hal.h" -#include "qstr.h" -#include "obj.h" -#include "gc.h" #include "gccollect.h" #include "irq.h" #include "systick.h" |