diff options
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r-- | Python/sysmodule.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index ff49adcece..cdc728c402 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -20,10 +20,6 @@ Data members: #include "osdefs.h" -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif - #ifdef MS_COREDLL extern void *PyWin_DLLhModule; /* A string loaded from the DLL at startup: */ |