diff options
Diffstat (limited to 'Python/import.c')
-rw-r--r-- | Python/import.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/import.c b/Python/import.c index 0b4cd0f..ba7d5d5 100644 --- a/Python/import.c +++ b/Python/import.c @@ -15,10 +15,6 @@ #include "macglue.h" #endif -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif - #ifdef HAVE_FCNTL_H #include <fcntl.h> #endif |