diff options
Diffstat (limited to 'py/objslice.c')
-rw-r--r-- | py/objslice.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objslice.c b/py/objslice.c index 358c44d061..de996d831f 100644 --- a/py/objslice.c +++ b/py/objslice.c @@ -27,9 +27,7 @@ #include <stdlib.h> #include <assert.h> -#include "py/nlr.h" #include "py/obj.h" -#include "py/runtime0.h" /******************************************************************************/ /* slice object */ |