Merge branch 'bug_615_replace_rawfile'
[enigma2.git] / lib / actions / action.h
index 9628a69a32ad5f1d0dcc0c7efbec4dd91908c7ff..edcfac6f01224b93114372a8b90303c91514cc2a 100644 (file)
@@ -3,10 +3,6 @@
 
 #include <lib/base/object.h>
 
-               /* avoid warnigs :) */
-#include <features.h>
-#undef _POSIX_C_SOURCE
-#define _POSIX_C_SOURCE 200112L
 #include <lib/python/python.h>
 #include <string>
 #include <map>
@@ -16,7 +12,7 @@ class eWidget;
 SWIG_IGNORE(eActionMap);
 class eActionMap: public iObject
 {
-DECLARE_REF(eActionMap);
+       DECLARE_REF(eActionMap);
 #ifdef SWIG
        eActionMap();
        ~eActionMap();