From 72e81d00eee685cfe33aaddf2aa9feef2d07591f Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Thu, 16 Feb 2017 07:34:30 +0800 Subject: bpo-29556: Remove unused #include (#98) bltinmodule.c: Added in b744ba1 and no longer necessary since d64e8a7 posixmodule.c: Added in d1cd4d4 and no longer necessary since efb00c0 pythonrun.c: Added in 73d538b and no longer necessary since d600951 sysmodule.c: Added in 5467d4c and no longer necessary since a2c17c5 --- Python/bltinmodule.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Python/bltinmodule.c') diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 763c2a2bb8..63f1998676 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -11,10 +11,6 @@ #include -#ifdef HAVE_LANGINFO_H -#include /* 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 -- cgit v1.2.1