mirror of
https://github.com/python/cpython.git
synced 2025-07-18 16:55:20 +00:00
bpo-29556: Remove unused #include <langinfo.h> (#98)
bltinmodule.c: Added inb744ba1
and no longer necessary sinced64e8a7
posixmodule.c: Added ind1cd4d4
and no longer necessary sinceefb00c0
pythonrun.c: Added in73d538b
and no longer necessary sinced600951
sysmodule.c: Added in5467d4c
and no longer necessary sincea2c17c5
This commit is contained in:
parent
85064db281
commit
72e81d00ee
4 changed files with 0 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue