diff options
-rw-r--r-- | Python/import.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Python/import.c b/Python/import.c index fad54e6..b9c5924 100644 --- a/Python/import.c +++ b/Python/import.c @@ -19,14 +19,6 @@ extern "C" { #endif -#ifdef MS_WINDOWS -/* for stat.st_mode */ -typedef unsigned short mode_t; -/* for _mkdir */ -#include <direct.h> -#endif - - #define CACHEDIR "__pycache__" /* See _PyImport_FixupExtensionObject() below */ |