diff options
Diffstat (limited to 'cc3200/util/gccollect.c')
| -rw-r--r-- | cc3200/util/gccollect.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cc3200/util/gccollect.c b/cc3200/util/gccollect.c index 9ab19d63d..a1b0f802a 100644 --- a/cc3200/util/gccollect.c +++ b/cc3200/util/gccollect.c @@ -28,11 +28,8 @@ #include <stdio.h> #include <stdint.h> -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "gc.h" +#include "py/mpconfig.h" +#include "py/gc.h" #include "gccollect.h" #include "gchelper.h" #include MICROPY_HAL_H |
