Index: /issm/trunk-jpl/src/c/toolkits/python/pythonincludes.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/python/pythonincludes.h	(revision 11938)
+++ /issm/trunk-jpl/src/c/toolkits/python/pythonincludes.h	(revision 11939)
@@ -6,15 +6,13 @@
 #define _PYTHON_INCLUDES_H_
 
-#include <stdio.h>
-using namespace std; 
+using namespace std;
 
 #include <boost/python.hpp>
-#include <boost/python/module.hpp>
 #include <boost/python/def.hpp>
 #include <numpy/arrayobject.h>
+#include <boost/python/module.hpp>
 
 using namespace boost::python;
 typedef boost::python::numeric::array pyArray;
 
-
 #endif
Index: /issm/trunk-jpl/src/c/toolkits/toolkits.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/toolkits.h	(revision 11938)
+++ /issm/trunk-jpl/src/c/toolkits/toolkits.h	(revision 11939)
@@ -12,4 +12,8 @@
 #endif
 
+#if defined(_HAVE_PYTHON_) && defined(_SERIAL_)
+#include "./python/pythonincludes.h"
+#endif
+
 #ifdef _HAVE_PETSC_
 #include "./petsc/petscincludes.h"
@@ -20,7 +24,4 @@
 #endif
 
-#if defined(_HAVE_PYTHON_) && defined(_SERIAL_)
-#include "./python/pythonincludes.h"
-#endif
 
 #include "./mpi/mpiincludes.h"
