aboutsummaryrefslogtreecommitdiff
path: root/stmhal/gccollect.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/gccollect.c')
-rw-r--r--stmhal/gccollect.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/stmhal/gccollect.c b/stmhal/gccollect.c
index e79dc3849..fcbe10fec 100644
--- a/stmhal/gccollect.c
+++ b/stmhal/gccollect.c
@@ -27,11 +27,8 @@
#include <stdio.h>
#include <stdint.h>
-#include "mpconfig.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "gc.h"
+#include "py/obj.h"
+#include "py/gc.h"
#include "gccollect.h"
#include MICROPY_HAL_H