summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mptask.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mptask.c')
-rw-r--r--cc3200/mptask.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/cc3200/mptask.c b/cc3200/mptask.c
index 39e6e9ecf4..acab12eaea 100644
--- a/cc3200/mptask.c
+++ b/cc3200/mptask.c
@@ -28,18 +28,11 @@
#include <stdint.h>
#include <std.h>
-#include "mpconfig.h"
+#include "py/mpconfig.h"
#include MICROPY_HAL_H
-#include "nlr.h"
-#include "misc.h"
-#include "qstr.h"
-#include "lexer.h"
-#include "parse.h"
-#include "obj.h"
-#include "compile.h"
-#include "runtime0.h"
-#include "runtime.h"
-#include "repl.h"
+#include "py/obj.h"
+#include "py/runtime.h"
+#include "py/gc.h"
#include "inc/hw_memmap.h"
#include "inc/hw_types.h"
#include "pin.h"
@@ -50,7 +43,6 @@
#include "gccollect.h"
#include "gchelper.h"
#include "readline.h"
-#include "gc.h"
#include "osi.h"
#include "mptask.h"
#include "mperror.h"