aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-13 19:00:26 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-13 19:00:26 +0000
commite42d36cde38a02f8365a617c72c341b907018f80 (patch)
tree7ead6b81fa581f3b9febcff25a8278dfef8b1ea0 /lib/python/python.h
parentebdbedb7b01c55a06c9fd548cc776354ced3b4cf (diff)
downloadenigma2-e42d36cde38a02f8365a617c72c341b907018f80.tar.gz
enigma2-e42d36cde38a02f8365a617c72c341b907018f80.zip
include Python.h before all other header files
Diffstat (limited to 'lib/python/python.h')
-rw-r--r--lib/python/python.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/python.h b/lib/python/python.h
index f5f793ff..76f6aa88 100644
--- a/lib/python/python.h
+++ b/lib/python/python.h
@@ -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