diff options
Diffstat (limited to 'Python/preconfig.c')
-rw-r--r-- | Python/preconfig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Python/preconfig.c b/Python/preconfig.c index 531d8d0df35..1cbfccfe69c 100644 --- a/Python/preconfig.c +++ b/Python/preconfig.c @@ -1,9 +1,9 @@ #include "Python.h" #include "pycore_getopt.h" #include "pycore_initconfig.h" -#include "pycore_pymem.h" // _PyMem_GetAllocatorName() -#include "pycore_runtime.h" // _PyRuntime_Initialize() -#include <locale.h> // setlocale() +#include "pycore_pymem.h" // _PyMem_GetAllocatorName() +#include "pycore_runtime.h" // _PyRuntime_Initialize() +#include <locale.h> // setlocale() #define DECODE_LOCALE_ERR(NAME, LEN) \ |