remove vconf.h dependency
[platform/framework/native/appfw.git] / src / app / inc / FApp_Aul.h
index 9fdcde2..43184ba 100644 (file)
@@ -23,7 +23,6 @@
 #define _FAPP_INTERNAL_AUL_H_
 
 #include <appsvc/appsvc.h>
-#include <vconf.h>
 #include <FOspConfig.h>
 #include <FAppTypes.h>
 
@@ -55,7 +54,7 @@ public:
 
        static result SetOomAdj(int pid, int adj);
 
-       static result SetPowerOffNotiListener(void (*powerOffCb)(keynode_t* node, void *pData), void *pData);
+       static result SetPowerOffNotiListener(void (*powerOffCb)(void* node, void *pData), void *pData);
 
        static int GetAppType(const Tizen::Base::String& category);