Replace types_internal.h with Types.h 99/66099/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 15 Apr 2016 07:26:32 +0000 (16:26 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 15 Apr 2016 07:26:32 +0000 (16:26 +0900)
Change-Id: If33182cc36db99df564aec56da771e839ffabe65
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/DBusClient.cpp
src/context_trigger.cpp
src/priv_util.cpp
src/request_handler.cpp
src/rule_validator.cpp
testsuite/src/shared.h

index bef46f0a7a3596dd7716e9ba575e9097f0cad99e..e1d1c204ec0822dfd2bd9bd7101a161ca19aab22 100644 (file)
@@ -14,7 +14,8 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
+#include <DBusTypes.h>
 #include <ScopeMutex.h>
 #include "DBusClient.h"
 
index 20a0d9b1a2ac53b0b30bdeafb3f4dcff596d570a..aac12194281077b2f0f5867e58a7f99e772a9e78 100644 (file)
@@ -16,7 +16,7 @@
 
 //#include <sstream>
 //#include <iomanip>
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 #include <app_control_internal.h>
 #include <bundle.h>
index 6f4255736d9a7771949470ced649dd942c899998..69aee0414c96b1d313cfb5498397b101c8bb93a2 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <glib.h>
 #include <string>
-#include <types_internal.h>
+#include <Types.h>
 #include "priv_util.h"
 
 int ctx::privilege_util::is_allowed(const char* priv)
index 6dcf2cd8f026aa7d4ede72792046cf68cd792dae..02001afb386f2a7b4f37967d94c8aef4cc7fb6c8 100644 (file)
@@ -19,7 +19,7 @@
 #include <string>
 #include <map>
 
-#include <types_internal.h>
+#include <Types.h>
 #include <ScopeMutex.h>
 #include "DBusClient.h"
 #include "request_handler.h"
index fd6f948f55880ab7b221d707f188d1f111cbe21d..09aa8338f6224cf70a8d39fdb43ad2869e098c2f 100644 (file)
@@ -17,7 +17,7 @@
 #include <sstream>
 #include <string>
 #include <map>
-#include <types_internal.h>
+#include <Types.h>
 #include <context_trigger.h>
 #include <context_trigger_types_internal.h>
 #include "request_handler.h"
index 7e612672b0ae741000bbb2b1fc34d524472dffe7..30e72f9bf4015d7bdb4cdd7f03ba61f2f572cb16 100644 (file)
@@ -21,7 +21,7 @@
 #include <iostream>
 #include <string>
 #include <glib.h>
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 
 #define CALLBACK_COUNT 5