diff options
Diffstat (limited to 'py/objslice.c')
-rw-r--r-- | py/objslice.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/py/objslice.c b/py/objslice.c index c99b9d08db..3f090dc237 100644 --- a/py/objslice.c +++ b/py/objslice.c @@ -27,12 +27,9 @@ #include <stdlib.h> #include <assert.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime0.h" +#include "py/nlr.h" +#include "py/obj.h" +#include "py/runtime0.h" /******************************************************************************/ /* ellipsis object, a singleton */ |