diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/gc.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. |