summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/moduos.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/moduos.c
parentb36be5ff5172c97a8f37228c1ec163df466fd588 (diff)
downloadmicropython-2cf6dfa280a8149941aafc852fbaae8bdfc4999e.tar.gz
micropython-2cf6dfa280a8149941aafc852fbaae8bdfc4999e.zip
stmhal: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'stmhal/moduos.c')
-rw-r--r--stmhal/moduos.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/stmhal/moduos.c b/stmhal/moduos.c
index b16891fec8..8706f49816 100644
--- a/stmhal/moduos.c
+++ b/stmhal/moduos.c
@@ -27,12 +27,9 @@
#include <stdint.h>
#include <string.h>
-#include "mpconfig.h"
-#include "nlr.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "objtuple.h"
+#include "py/nlr.h"
+#include "py/obj.h"
+#include "py/objtuple.h"
#include "systick.h"
#include "rng.h"
#include "storage.h"