diff options
Diffstat (limited to 'py/objmap.c')
-rw-r--r-- | py/objmap.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/py/objmap.c b/py/objmap.c index f7d7b01c3a..ea62bb512f 100644 --- a/py/objmap.c +++ b/py/objmap.c @@ -27,12 +27,8 @@ #include <stdlib.h> #include <assert.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/runtime.h" typedef struct _mp_obj_map_t { mp_obj_base_t base; |