aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/enigma_python.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index a1bb5b28..8ee7fb39 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -43,9 +43,9 @@ is usually caused by not marking PSignals as immutable.
#include <lib/base/nconfig.h>
#include <lib/base/message.h>
#include <lib/driver/rc.h>
+#include <lib/service/event.h>
#include <lib/service/iservice.h>
#include <lib/service/service.h>
-#include <lib/service/event.h>
#include <lib/service/servicedvb.h>
#include <lib/gdi/fb.h>
#include <lib/gdi/font.h>
@@ -134,9 +134,9 @@ typedef long time_t;
%immutable eSocketNotifier::activated;
%include <lib/base/ebase.h>
%include <lib/base/smartptr.h>
+%include <lib/service/event.h>
%include <lib/service/iservice.h>
%include <lib/service/service.h>
-%include <lib/service/event.h>
// TODO: embed these...
%immutable eConsoleAppContainer::appClosed;