Remove unnecessary headers included 95/56595/1
authorSomin Kim <somin926.kim@samsung.com>
Mon, 11 Jan 2016 09:34:19 +0000 (18:34 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Mon, 11 Jan 2016 09:34:19 +0000 (18:34 +0900)
Change-Id: I2febe57c8d2106ee62cbad21cd1219727ba60903
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
src/context_trigger/action_manager.cpp
src/context_trigger/action_manager.h
src/context_trigger/timer.cpp
src/context_trigger/trigger.h

index ccf7b4ed0e4f2697a8ba43aa5338884948244a1e..19ad0b7e8807d284d404cd67611d058874039632 100644 (file)
 
 #include <app_control.h>
 #include <app_control_internal.h>
-#include <appsvc.h>
 #include <bundle.h>
 #include <device/display.h>
-#include <glib.h>
 #include <notification.h>
 #include <notification_internal.h>
 #include <runtime_info.h>
 #include <system_settings.h>
-#include <stdlib.h>
 #include <context_trigger_types_internal.h>
+#include <json.h>
 #include "../dbus_server_impl.h"
-//#include <string>
-//#include <json.h>
-//#include <types_internal.h>
 #include "action_manager.h"
 
 static void trigger_action_app_control(ctx::json& action);
index 0bce8ea6c7d1badf15b45d93b07e139fa110d078..cc39c9b97051890fab55e213ca26826eb114d6e4 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef __CONTEXT_ACTION_MANAGER_H__
 #define __CONTEXT_ACTION_MANAGER_H__
 
-#include <json.h>
-
 namespace ctx {
 
        class json;
index 98c0108fbc4d120b9b34bdf8599a785a76413a5c..a059a32f648f9d743d3e71e2851f6b76df983fab 100644 (file)
@@ -14,7 +14,6 @@
  * limitations under the License.
  */
 
-#include <stdlib.h>
 #include <time.h>
 #include <types_internal.h>
 #include <scope_mutex.h>
index 0396f1f1c2f4a7462d7ad4092b4360e2e61d0727..09fbd68d339d2e75557e3af16f46453fee66f91d 100644 (file)
@@ -18,7 +18,6 @@
 #define __CONTEXT_CONTEXT_TRIGGER_H__
 
 #include "../request.h"
-#include "fact.h"
 
 namespace ctx {