summaryrefslogtreecommitdiff
path: root/teensy/usb.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-01 21:13:30 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-01 21:13:30 +0000
commitb68d98d61cc013da2df98e5d77d7bf3598d0dd4d (patch)
tree8eac906571eb94f58dbd14c90d34527f2708318f /teensy/usb.c
parent2cf6dfa280a8149941aafc852fbaae8bdfc4999e (diff)
teensy: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'teensy/usb.c')
-rw-r--r--teensy/usb.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/teensy/usb.c b/teensy/usb.c
index d1601c32d..ed96826b3 100644
--- a/teensy/usb.c
+++ b/teensy/usb.c
@@ -1,13 +1,8 @@
#include <string.h>
-#include <stdint.h>
-#include "Arduino.h"
+#include "py/runtime.h"
-#include "mpconfig.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
+#include "Arduino.h"
#include "usb.h"
#include "usb_serial.h"