summaryrefslogtreecommitdiffstats
path: root/Python/pythonmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pythonmain.c')
-rw-r--r--Python/pythonmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/pythonmain.c b/Python/pythonmain.c
index 6602e2b..b0eedc7 100644
--- a/Python/pythonmain.c
+++ b/Python/pythonmain.c
@@ -24,10 +24,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Python interpreter main program */
-#include "patchlevel.h"
-
#include "allobjects.h"
+#include "patchlevel.h"
+
#include "grammar.h"
#include "node.h"
#include "parsetok.h"