Include Types.h explicitly 06/76706/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 27 Jun 2016 04:02:11 +0000 (13:02 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 27 Jun 2016 06:29:01 +0000 (15:29 +0900)
Change-Id: I4808e4df5673a80ce9520fc7c96c6cc33014f004
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context.spec
src/context_history.cpp
src/context_trigger.cpp

index 95474f8406e18ac40ebc9523ac296e6001ed63d3..4a9252d26c79f33653d808ebfdd2bc6326291f8f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       context
 Summary:    Tizen Context Framework Native API
-Version:    0.9.1
+Version:    0.9.2
 Release:    1
 Group:      Service/Context
 License:    Apache-2.0
index 8fe1e120338414a7d9c679f3d27a6d4f4c1ad447..5f6a3a39263e74bd446f87a359ced3f3252b30cc 100644 (file)
  */
 
 #include <map>
+#include <Types.h>
 #include <Json.h>
+#include <DBusClient.h>
 #include <context_history.h>
 #include <context_history_types_internal.h>
-#include <DBusClient.h>
 
 #define TYPE_INT 0
 #define TYPE_STRING 1
index 0682db0514f954649f5f6eb39fc3ccc4711cd332..146136cdf3c88722c8138c96c95cac72e4796408 100644 (file)
@@ -19,6 +19,7 @@
 #include <Types.h>
 #include <DBusTypes.h>
 #include <Json.h>
+#include <DBusClient.h>
 #include <app_control_internal.h>
 #include <bundle.h>
 
@@ -30,7 +31,6 @@
 #include <context_trigger_internal.h>
 #include <context_trigger_types_internal.h>
 #include <pkgmgr-info.h>
-#include <DBusClient.h>
 #include "rule_validator.h"
 
 #define INITIAL_RULE "{ \"ID\" : -1, \"DESCRIPTION\" : \"\", \"DETAILS\" : {  } }"