aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.h
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-22 16:10:02 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 17:09:12 +0100
commit97b86324d322309843cc5d9d93b039d706c5ae58 (patch)
tree8dbe7f23a3ef31bbaa8a3ac131961aee215555b4 /lib/python/python.h
parent35f2eed2476bcaf47f06894fb2375137bd950941 (diff)
downloadenigma2-97b86324d322309843cc5d9d93b039d706c5ae58.tar.gz
enigma2-97b86324d322309843cc5d9d93b039d706c5ae58.zip
clean up build
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
Diffstat (limited to 'lib/python/python.h')
-rw-r--r--lib/python/python.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/python.h b/lib/python/python.h
index 18fdac78..f5b6e4d8 100644
--- a/lib/python/python.h
+++ b/lib/python/python.h
@@ -4,7 +4,6 @@
#define __lib_python_python_class_h
#endif
-#include <Python.h>
#include <string>
#include <lib/base/object.h>