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 10df671fea..46cce264a9 100644 --- a/py/objslice.c +++ b/py/objslice.c @@ -1,6 +1,4 @@ #include <stdlib.h> -#include <stdint.h> -#include <string.h> #include <assert.h> #include "nlr.h" |