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 95474f8..4a9252d 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 8fe1e12..5f6a3a3 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 0682db0..146136c 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\" : {  } }"