summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mods/pybsystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mods/pybsystick.c')
-rw-r--r--cc3200/mods/pybsystick.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/cc3200/mods/pybsystick.c b/cc3200/mods/pybsystick.c
index e934ab7dd4..0bc80f5b5e 100644
--- a/cc3200/mods/pybsystick.c
+++ b/cc3200/mods/pybsystick.c
@@ -25,12 +25,9 @@
* THE SOFTWARE.
*/
-#include "mpconfig.h"
+#include "py/mpconfig.h"
#include MICROPY_HAL_H
-#include "misc.h"
-#include "nlr.h"
-#include "qstr.h"
-#include "obj.h"
+#include "py/obj.h"
#include "irq.h"
#include "pybsystick.h"
#include "systick.h"