diff options
Diffstat (limited to 'py/objstr.c')
-rw-r--r-- | py/objstr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objstr.c b/py/objstr.c index a1c35bad3b..f48bde6001 100644 --- a/py/objstr.c +++ b/py/objstr.c @@ -3,7 +3,6 @@ #include <stdarg.h> #include <string.h> #include <assert.h> -#include <sys/types.h> #include "nlr.h" #include "misc.h" |