summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/moduselect.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/moduselect.c
parentb36be5ff5172c97a8f37228c1ec163df466fd588 (diff)
downloadmicropython-2cf6dfa280a8149941aafc852fbaae8bdfc4999e.tar.gz
micropython-2cf6dfa280a8149941aafc852fbaae8bdfc4999e.zip
stmhal: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'stmhal/moduselect.c')
-rw-r--r--stmhal/moduselect.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/stmhal/moduselect.c b/stmhal/moduselect.c
index b354e486e7..1adb6257f1 100644
--- a/stmhal/moduselect.c
+++ b/stmhal/moduselect.c
@@ -24,16 +24,12 @@
* THE SOFTWARE.
*/
-#include <stdint.h>
#include <stdio.h>
#include <errno.h>
-#include "mpconfig.h"
-#include "misc.h"
-#include "nlr.h"
-#include "qstr.h"
-#include "obj.h"
-#include "objlist.h"
+#include "py/nlr.h"
+#include "py/obj.h"
+#include "py/objlist.h"
#include "pybioctl.h"
#include MICROPY_HAL_H