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 5bddbad..b7016d1 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -25,10 +25,6 @@ #include "malloc.h" /* for alloca */ #endif -#ifdef HAVE_LANGINFO_H -#include <langinfo.h> -#endif - #ifdef MS_WINDOWS #undef BYTE #include "windows.h" |