summaryrefslogtreecommitdiffstatshomepage
path: root/py/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/gc.c')
-rw-r--r--py/gc.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/py/gc.c b/py/gc.c
index 4d93340565..8404281e46 100644
--- a/py/gc.c
+++ b/py/gc.c
@@ -27,16 +27,10 @@
#include <assert.h>
#include <stdio.h>
#include <string.h>
-#include <stdbool.h>
-#include <stdint.h>
-#include "mpconfig.h"
-#include "misc.h"
-#include "gc.h"
-
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
+#include "py/gc.h"
+#include "py/obj.h"
+#include "py/runtime.h"
#if MICROPY_ENABLE_GC