summaryrefslogtreecommitdiff
path: root/py/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/gc.h')
-rw-r--r--py/gc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/py/gc.h b/py/gc.h
index 4690d3937..f67fb0daa 100644
--- a/py/gc.h
+++ b/py/gc.h
@@ -26,11 +26,9 @@
#ifndef MICROPY_INCLUDED_PY_GC_H
#define MICROPY_INCLUDED_PY_GC_H
+#include <stdbool.h>
#include <stdint.h>
-#include "py/mpconfig.h"
-#include "py/misc.h"
-
void gc_init(void *start, void *end);
// These lock/unlock functions can be nested.