diff options
Diffstat (limited to 'py/objarray.c')
-rw-r--r-- | py/objarray.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/py/objarray.c b/py/objarray.c index cb8e03e45..19705afc0 100644 --- a/py/objarray.c +++ b/py/objarray.c @@ -29,14 +29,10 @@ #include <assert.h> #include <stdint.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime0.h" -#include "runtime.h" -#include "binary.h" +#include "py/nlr.h" +#include "py/runtime0.h" +#include "py/runtime.h" +#include "py/binary.h" #if MICROPY_PY_ARRAY || MICROPY_PY_BUILTINS_BYTEARRAY || MICROPY_PY_BUILTINS_MEMORYVIEW |