diff options
Diffstat (limited to 'unix/gccollect.c')
-rw-r--r-- | unix/gccollect.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/gccollect.c b/unix/gccollect.c index 2c7b81918a..ab20220d3f 100644 --- a/unix/gccollect.c +++ b/unix/gccollect.c @@ -25,11 +25,8 @@ */ #include <stdio.h> -#include <stdint.h> -#include "mpconfig.h" -#include "misc.h" -#include "gc.h" +#include "py/gc.h" #if MICROPY_ENABLE_GC |