summaryrefslogtreecommitdiffstatshomepage
path: root/py/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/gc.c')
-rw-r--r--py/gc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/gc.c b/py/gc.c
index 3a505e9c78..9752b3532a 100644
--- a/py/gc.c
+++ b/py/gc.c
@@ -28,9 +28,7 @@
#include <stdio.h>
#include <string.h>
-#include "py/mpstate.h"
#include "py/gc.h"
-#include "py/obj.h"
#include "py/runtime.h"
#if MICROPY_ENABLE_GC