diff options
Diffstat (limited to 'Python/bltinmodule.c')
-rw-r--r-- | Python/bltinmodule.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 763c2a2..63f1998 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -11,10 +11,6 @@ #include <ctype.h> -#ifdef HAVE_LANGINFO_H -#include <langinfo.h> /* CODESET */ -#endif - /* The default encoding used by the platform file system APIs Can remain NULL for all platforms that don't have such a concept |