summaryrefslogtreecommitdiff
path: root/Include/Python.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/Python.h')
-rw-r--r--Include/Python.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h
index 5d9112592d..24d33b266d 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -96,8 +96,8 @@
#include "pystate.h"
#include "modsupport.h"
-#include "ceval.h"
#include "pythonrun.h"
+#include "ceval.h"
#include "sysmodule.h"
#include "intrcheck.h"
#include "import.h"