bpo-29556: Remove unused #include <langinfo.h> (#98)
authorYen Chi Hsuan <yan12125@gmail.com>
Wed, 15 Feb 2017 23:34:30 +0000 (07:34 +0800)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 15 Feb 2017 23:34:30 +0000 (00:34 +0100)
commit72e81d00eee685cfe33aaddf2aa9feef2d07591f
tree5c18a8a4d4a7877971f7a39841148dfa84cfdd6a
parent85064db281545d587992df61154e76439138319f
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
Modules/posixmodule.c
Python/bltinmodule.c
Python/pythonrun.c
Python/sysmodule.c