summaryrefslogtreecommitdiffstatshomepage
path: root/py/modgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/modgc.c')
-rw-r--r--py/modgc.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/py/modgc.c b/py/modgc.c
index 8c9be70688..e3cbe72f9d 100644
--- a/py/modgc.c
+++ b/py/modgc.c
@@ -24,14 +24,8 @@
* THE SOFTWARE.
*/
-#include <stdint.h>
-
-#include "mpconfig.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
-#include "gc.h"
+#include "py/obj.h"
+#include "py/gc.h"
#if MICROPY_PY_GC && MICROPY_ENABLE_GC