summaryrefslogtreecommitdiff
path: root/stmhal/usb.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-01 21:06:20 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-01 21:06:20 +0000
commit2cf6dfa280a8149941aafc852fbaae8bdfc4999e (patch)
tree9e9ea6ed5591f424359ce25cd0f56d8932380a0e /stmhal/usb.c
parentb36be5ff5172c97a8f37228c1ec163df466fd588 (diff)
stmhal: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'stmhal/usb.c')
-rw-r--r--stmhal/usb.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/stmhal/usb.c b/stmhal/usb.c
index 82f23c26f..50a5a7420 100644
--- a/stmhal/usb.c
+++ b/stmhal/usb.c
@@ -34,12 +34,8 @@
#include "usbd_cdc_interface.h"
#include "usbd_msc_storage.h"
-#include "mpconfig.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
-#include "stream.h"
+#include "py/runtime.h"
+#include "py/stream.h"
#include "bufhelper.h"
#include "usb.h"
#include "pybioctl.h"