summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/gccollect.c
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/gccollect.c')
-rw-r--r--esp8266/gccollect.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/esp8266/gccollect.c b/esp8266/gccollect.c
index 460ccb6889..46f9bb94ce 100644
--- a/esp8266/gccollect.c
+++ b/esp8266/gccollect.c
@@ -25,13 +25,8 @@
*/
#include <stdio.h>
-#include <stdint.h>
-#include "mpconfig.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "gc.h"
+#include "py/gc.h"
#include "gccollect.h"
STATIC uint32_t stack_end;