diff options
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 4294c9748e..6b70739d0a 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -13,10 +13,6 @@ #include "eval.h" #include "marshal.h" -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif - #ifdef HAVE_SIGNAL_H #include <signal.h> #endif |