[Common] Removed unnecessary include from header file.
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Thu, 8 Oct 2015 12:30:44 +0000 (14:30 +0200)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Thu, 8 Oct 2015 12:30:44 +0000 (14:30 +0200)
[Verification] Logic was not modified, includes were moved around.

Change-Id: I08874ac57353c520c2bffd41490ca192eb034c6d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
24 files changed:
src/alarm/alarm_manager.cc
src/application/application.cc
src/application/application_manager.cc
src/application/requested_application_control.cc
src/bluetooth/bluetooth_adapter.cc
src/bluetooth/bluetooth_device.cc
src/bluetooth/bluetooth_gatt_service.cc
src/bluetooth/bluetooth_health_application.cc
src/bluetooth/bluetooth_health_channel.cc
src/bluetooth/bluetooth_health_profile_handler.cc
src/bluetooth/bluetooth_instance.cc
src/bluetooth/bluetooth_service_handler.cc
src/bluetooth/bluetooth_socket.cc
src/callhistory/callhistory.cc
src/common/extension.cc
src/common/extension.h
src/content/content_instance.cc
src/content/content_manager.cc
src/radio/radio_manager.cc
src/secureelement/secureelement_seservice.cc
src/sensor/sensor_service.cc
src/sound/sound_manager.cc
src/systeminfo/systeminfo_manager.cc
src/utils/utils_instance.cc

index 2c37c7117f97281b407df831ef52e13eeab7326e..cc3604c215ab3cc66c0b7ee8e6c446fc305c1d03 100755 (executable)
@@ -24,6 +24,7 @@
 #include "common/logger.h"
 #include "common/converter.h"
 #include "common/scope_exit.h"
+#include "common/tools.h"
 
 #include "alarm_instance.h"
 #include "alarm_utils.h"
index d6522c52cc79562a05a08fe7e7b8b1aebcf19915..2c5461195ee7826adab498979650b46649422fa2 100755 (executable)
@@ -19,6 +19,7 @@
 #include "common/extension.h"
 #include "common/logger.h"
 #include "common/platform_result.h"
+#include "common/tools.h"
 
 using namespace common;
 using namespace tools;
index fdbd750d1ed81e9fc8bdfdbe55be2bad05072a12..100372d0772a0b96fc9b61798ef27c77988df16d 100755 (executable)
 #include <bundle.h>
 #include <bundle_internal.h>
 
-#include "application/application_instance.h"
-#include "application/application_utils.h"
 #include "common/current_application.h"
 #include "common/logger.h"
 #include "common/platform_result.h"
-#include "common/task-queue.h"
 #include "common/scope_exit.h"
+#include "common/task-queue.h"
+#include "common/tools.h"
+
+#include "application/application_instance.h"
+#include "application/application_utils.h"
 
 using namespace common;
 using namespace tools;
index 709fe6fd1bc6ebf805d50ba77a304c6e06b54fed..de6bffd89458b42ab6fef4d28d85b1dcdbe4ee2f 100755 (executable)
@@ -22,6 +22,8 @@
 #include <bundle_internal.h>
 
 #include "common/logger.h"
+#include "common/tools.h"
+
 #include "application/application_utils.h"
 
 using namespace common;
index e9a3b6627329d729ca116a62fe000cb69546925c..6ff5fe8fa1d237cd20e168206686e12150396288 100755 (executable)
 #include "bluetooth_internal.h"
 
 #include "common/converter.h"
+#include "common/extension.h"
 #include "common/logger.h"
 #include "common/platform_result.h"
-#include "common/extension.h"
 #include "common/task-queue.h"
+#include "common/tools.h"
 
 #include "bluetooth/bluetooth_class.h"
 #include "bluetooth/bluetooth_device.h"
index 9d9a809cdf26e135bf5624c32cd4ced4cf73b082..5315d39c80f897f20ab855c8797e7a93b67ffed6 100755 (executable)
@@ -17,8 +17,9 @@
 #include "bluetooth_device.h"
 
 #include "common/converter.h"
-#include "common/logger.h"
 #include "common/extension.h"
+#include "common/logger.h"
+#include "common/tools.h"
 
 #include "bluetooth_adapter.h"
 #include "bluetooth_class.h"
index e069c0ff6b7495387f3afdf6f92e885910667600..293c0f07fcba57fe67c76bcbcd631fc86196e9df 100755 (executable)
 
 #include <sstream>
 
+#include "common/extension.h"
 #include "common/logger.h"
 #include "common/platform_result.h"
-#include "common/extension.h"
 #include "common/task-queue.h"
+#include "common/tools.h"
 
 #include "bluetooth/bluetooth_instance.h"
 #include "bluetooth/bluetooth_util.h"
index 4670815963300ea55f9c31d6992088fa6b1728ed..457e5d58a4cd3b1313ad5758c0a3acff9d77044f 100755 (executable)
@@ -17,8 +17,9 @@
 #include "bluetooth_health_application.h"
 
 #include "common/converter.h"
-#include "common/logger.h"
 #include "common/extension.h"
+#include "common/logger.h"
+#include "common/tools.h"
 
 #include "bluetooth_health_profile_handler.h"
 #include "bluetooth_util.h"
index 3825d326f788033d62af61d26d13c626e08c04e3..1209021e93a03829fce9c7b1f4c90f09f8e3c599 100755 (executable)
@@ -19,8 +19,9 @@
 #include <memory>
 
 #include "common/converter.h"
-#include "common/logger.h"
 #include "common/extension.h"
+#include "common/logger.h"
+#include "common/tools.h"
 
 #include "bluetooth_device.h"
 #include "bluetooth_util.h"
index 34dc7d4cec629e7c3080d1ef023acd65727e93a0..1f0432d02b4f269b41cd42603c8b879c5b78f1aa 100755 (executable)
 #include "bluetooth_health_profile_handler.h"
 
 #include "common/converter.h"
-#include "common/logger.h"
 #include "common/extension.h"
+#include "common/logger.h"
 #include "common/task-queue.h"
+#include "common/tools.h"
 
 #include "bluetooth/bluetooth_adapter.h"
 #include "bluetooth/bluetooth_instance.h"
index 2351162cc2bceb5a964601cef41f733a80a7f266..c919693a739174c79b3d34d36d0f423fc1e75674 100755 (executable)
@@ -19,6 +19,7 @@
 #include "common/converter.h"
 #include "common/logger.h"
 #include "common/task-queue.h"
+#include "common/tools.h"
 
 namespace extension {
 namespace bluetooth {
index f7b304078b261dc7cf2925b673c1695f5913bcc9..d9b6e1ebf00f6b4c4a3ae3b4c86d71cc66a412ce 100755 (executable)
@@ -17,8 +17,9 @@
 #include "bluetooth_service_handler.h"
 
 #include "common/converter.h"
-#include "common/logger.h"
 #include "common/extension.h"
+#include "common/logger.h"
+#include "common/tools.h"
 
 #include "bluetooth_adapter.h"
 #include "bluetooth_util.h"
index 518223f27fb765925dd14249f589bd699da91b2c..8f858bc1409ff0f0991cf9cb81c644d0d2516ab9 100755 (executable)
@@ -19,8 +19,9 @@
 #include <memory>
 
 #include "common/converter.h"
-#include "common/logger.h"
 #include "common/extension.h"
+#include "common/logger.h"
+#include "common/tools.h"
 
 #include "bluetooth_adapter.h"
 #include "bluetooth_device.h"
index 5591b569a17bb252cfb55be441884165517edbcc..a7943033223c2be497c787bc40f69582a4309a70 100755 (executable)
 
 #include "common/logger.h"
 #include "common/platform_exception.h"
-#include "common/task-queue.h"
 #include "common/scope_exit.h"
+#include "common/task-queue.h"
+#include "common/tools.h"
+
 #include "callhistory_instance.h"
 #include "callhistory_types.h"
 
index 819268615dc1000b81340fbc92863c27159226df..042f0ada3a826d9e11fc16736ccffd942b90db9a 100755 (executable)
@@ -9,8 +9,10 @@
 #include <vector>
 #include <string>
 #include <map>
-#include "common/logger.h"
+
 #include "common/assert.h"
+#include "common/logger.h"
+#include "common/tools.h"
 
 // This function is hidden, because each plugin needs to have own implementation.
 __attribute__ ((visibility ("hidden"))) common::Extension* CreateExtension() {
index 9fd80251c90d74bee2710a7e6367591f818c91c2..4abf525f26f5ea24635be623a25b89389eac8fdf 100755 (executable)
@@ -26,9 +26,6 @@
 
 #include "common/platform_exception.h"
 #include "common/platform_result.h"
-// TODO: this include should be moved to source file
-//       it's here, so we don't break other modules using it implicitly
-#include "common/tools.h"
 #include "common/XW_Extension.h"
 #include "common/XW_Extension_EntryPoints.h"
 #include "common/XW_Extension_Permissions.h"
index 990905268d31ac915fa93a748d7b68c1a58ad4a9..2bed6d7df284b7162930b09901509ddf3395d083 100755 (executable)
@@ -27,7 +27,9 @@
 #include "common/picojson.h"
 #include "common/platform_result.h"
 #include "common/task-queue.h"
+#include "common/tools.h"
 #include "common/virtual_fs.h"
+
 #include "content/content_manager.h"
 
 namespace extension {
index 18d9f5c116aa57eea590588fa74088212cd24441..6e1f0f2fa4b2aaa48550c402dcbc1d7db8f8fc1e 100755 (executable)
 #include "common/converter.h"
 #include "common/logger.h"
 #include "common/scope_exit.h"
+#include "common/tools.h"
 #include "common/virtual_fs.h"
+
 #include "content/content_filter.h"
-#include "common/virtual_fs.h"
 
 using namespace std;
 using namespace common;
index 1e122f5bddd92b09dc23e935cbc7bb11193e3c51..81bb0de276f64870001b40c450a3c83b4fb48717 100755 (executable)
 #include <runtime_info.h>
 #include <vconf.h>
 
-#include "common/logger.h"
 #include "common/extension.h"
+#include "common/logger.h"
 #include "common/task-queue.h"
+#include "common/tools.h"
 
 #include "radio/radio_instance.h"
 
index 290bd94601500aeefad0b8c77d99b7ec082e03bd..27bf86ae021b072b38c55ce6760a816c9545569f 100644 (file)
@@ -17,8 +17,9 @@
 #include "secureelement/secureelement_seservice.h"
 
 #include "common/logger.h"
-#include "common/task-queue.h"
 #include "common/platform_result.h"
+#include "common/task-queue.h"
+#include "common/tools.h"
 
 
 #include "secureelement/secureelement_instance.h"
index cdb0914e066f207764a4624769188bf94e130bf3..544ccfd040dbd0bc06979b49c80b36d3ee08260e 100644 (file)
 #include <memory>
 #include <mutex>
 
-#include "common/task-queue.h"
 #include "common/logger.h"
 #include "common/optional.h"
 #include "common/platform_exception.h"
+#include "common/task-queue.h"
+#include "common/tools.h"
+
 #include "sensor_instance.h"
 
 using namespace common;
index c0ef67797ce658b48eafc6cf870c2d950704a9d1..4bc7e0dd1ebfbb0e27dabdd1cd808dfea91659f8 100644 (file)
 #include <vconf.h>
 #include <vconf-keys.h>
 
+#include "common/converter.h"
+#include "common/logger.h"
 #include "common/task-queue.h"
+#include "common/tools.h"
 
 //This constant was originally defined in vconf.h. However, in tizen 3, it
 //appears, it is removed (or defined only in vconf-internals.h)
@@ -30,8 +33,6 @@
 #endif
 
 #include "sound/sound_instance.h"
-#include "common/logger.h"
-#include "common/converter.h"
 
 namespace extension {
 namespace sound {
index 8634b736d2d02d729c5df39920dd5dba552ea361..6bf0d437e3673301a6e652ce963e60f176ee9f2d 100644 (file)
 #include <sensor_internal.h>
 #include <wifi.h>
 
+#include "common/converter.h"
+#include "common/logger.h"
+#include "common/task-queue.h"
+#include "common/tools.h"
+
 #include "systeminfo/systeminfo_instance.h"
 #include "systeminfo/systeminfo_device_capability.h"
 #include "systeminfo/systeminfo-utils.h"
-#include "common/logger.h"
-#include "common/converter.h"
-#include "common/task-queue.h"
 
 using common::PlatformResult;
 using common::ErrorCode;
index 71d7aca95074defbc9030b6eb45f4f563dd90f16..5ba21cae15559ecb4fb8143c02f0baec23c56759 100644 (file)
@@ -8,8 +8,11 @@
 #include <unistd.h>
 #include <app_manager.h>
 #include <pkgmgr-info.h>
-#include "common/scope_exit.h"
+
 #include "common/logger.h"
+#include "common/scope_exit.h"
+#include "common/tools.h"
+
 #include "utils/utils_instance.h"
 
 using common::PlatformResult;