summaryrefslogtreecommitdiff
path: root/Modules/_localemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_localemodule.c')
-rw-r--r--Modules/_localemodule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c
index 0ea95e4f4d..030f9d6e59 100644
--- a/Modules/_localemodule.c
+++ b/Modules/_localemodule.c
@@ -9,6 +9,8 @@ This software comes with no warranty. Use at your own risk.
******************************************************************/
+#include "Python.h"
+
#include <stdio.h>
#include <errno.h>
#include <locale.h>
@@ -16,8 +18,6 @@ This software comes with no warranty. Use at your own risk.
#include <limits.h>
#include <ctype.h>
-#include "Python.h"
-
#if defined(MS_WIN32)
#define WINDOWS_LEAN_AND_MEAN
#include <windows.h>