include Python.h before all other header files
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 13 Feb 2008 19:00:26 +0000 (19:00 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 13 Feb 2008 19:00:26 +0000 (19:00 +0000)
lib/python/python.h

index f5f793f..76f6aa8 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