summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-02-15 23:34:30 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-02-15 23:34:30 (GMT)
commit72e81d00eee685cfe33aaddf2aa9feef2d07591f (patch)
tree5c18a8a4d4a7877971f7a39841148dfa84cfdd6a /Modules
parent85064db281545d587992df61154e76439138319f (diff)
downloadcpython-72e81d00eee685cfe33aaddf2aa9feef2d07591f.zip
cpython-72e81d00eee685cfe33aaddf2aa9feef2d07591f.tar.gz
cpython-72e81d00eee685cfe33aaddf2aa9feef2d07591f.tar.bz2
bpo-29556: Remove unused #include <langinfo.h> (#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
Diffstat (limited to 'Modules')
-rw-r--r--Modules/posixmodule.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index ffe4815..ae03d06 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -87,10 +87,6 @@ corresponding Unix manual entries for more information on calls.");
#include <sys/loadavg.h>
#endif
-#ifdef HAVE_LANGINFO_H
-#include <langinfo.h>
-#endif
-
#ifdef HAVE_SYS_SENDFILE_H
#include <sys/sendfile.h>
#endif