diff options
Diffstat (limited to 'py/objint.c')
-rw-r--r-- | py/objint.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objint.c b/py/objint.c index 7a9b0366db..9cba1ce744 100644 --- a/py/objint.c +++ b/py/objint.c @@ -1,6 +1,4 @@ -#include <stdlib.h> #include <stdint.h> -#include <string.h> #include <assert.h> #include "nlr.h" |