Index: version_info.c
===================================================================
--- version_info.c	(revision 32813)
+++ version_info.c	(working copy)
@@ -26,6 +26,10 @@
 # include "config.h"
 #endif
 
+#ifdef HAVE_PYTHON
+#include <Python.h> /* to get the Python version number (PY_VERSION) */
+#endif
+
 #include <glib.h>
 
 #include <stdlib.h>
@@ -33,10 +37,6 @@
 #include <string.h>
 #include <errno.h>
 
-#ifdef HAVE_PYTHON
-#include <Python.h> /* to get the Python version number (PY_VERSION) */
-#endif
-
 #ifdef HAVE_LIBZ
 #include <zlib.h>	/* to get the libz version number */
 #endif
