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/usb.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'stmhal/usb.c') 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" -- cgit v1.2.3