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
This commit is contained in:
Yen Chi Hsuan 2017-02-16 07:34:30 +08:00 committed by Victor Stinner
parent 85064db281
commit 72e81d00ee
4 changed files with 0 additions and 16 deletions

View file

@ -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"