#include <sys/loadavg.h>
#endif
-#ifdef HAVE_LANGINFO_H
-#include <langinfo.h>
-#endif
-
#ifdef HAVE_SYS_SENDFILE_H
#include <sys/sendfile.h>
#endif
#include <ctype.h>
-#ifdef HAVE_LANGINFO_H
-#include <langinfo.h> /* 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
#include "malloc.h" /* for alloca */
#endif
-#ifdef HAVE_LANGINFO_H
-#include <langinfo.h>
-#endif
-
#ifdef MS_WINDOWS
#undef BYTE
#include "windows.h"
extern const char *PyWin_DLLVersionString;
#endif
-#ifdef HAVE_LANGINFO_H
-#include <langinfo.h>
-#endif
-
_Py_IDENTIFIER(_);
_Py_IDENTIFIER(__sizeof__);
_Py_IDENTIFIER(buffer);