include Python.h before all other header files
[enigma2.git] / lib / python / python.h
index f5f793ff0a7871018f6906193d934a7643971bb5..76f6aa88b03ee9df28ffaba1e0451004729ff2f5 100644 (file)
@@ -4,9 +4,9 @@
        #define __lib_python_python_class_h
 #endif
 
+#include <Python.h>
 #include <string>
 #include <lib/base/object.h>
-#include <Python.h>
 
 #if !defined(SKIP_PART1) && !defined(SWIG)
 class ePyObject