d2d-conv-manager: remove unused/duplicated codes 18/89818/1
authorHongkuk, Son <hongkuk.son@samsung.com>
Tue, 27 Sep 2016 06:28:16 +0000 (15:28 +0900)
committerHongkuk, Son <hongkuk.son@samsung.com>
Tue, 27 Sep 2016 06:30:23 +0000 (15:30 +0900)
- "#include <iotcon.h>" is used as unused/duplicated status.

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: If5e4208bd5bf87ef4d2bfb3b534de6f24755e7eb

daemon/ClientManager.h
daemon/ConnectionManager.h [changed mode: 0644->0755]
daemon/DiscoveryManager.h
daemon/IotconCommunicationInfo.h [changed mode: 0644->0755]
daemon/ServiceManager.h [changed mode: 0644->0755]
daemon/discovery_provider/IotconDiscoveryProvider.cpp
daemon/discovery_provider/SmartviewDiscoveryProvider.h
daemon/discovery_provider/WifiDirectDiscoveryProvider.h
daemon/service_provider/AppCommServiceProvider.h [changed mode: 0644->0755]
daemon/service_provider/RemoteAppControlServiceInfo.h [changed mode: 0644->0755]

index 9cb840f..2cb6883 100755 (executable)
@@ -17,7 +17,6 @@
 #ifndef __CLIENT_MANAGER_IMPL_H__
 #define __CLIENT_MANAGER_IMPL_H__
 
-#include <iotcon.h>
 #include <glib.h>
 #include <vector>
 #include <string>
old mode 100644 (file)
new mode 100755 (executable)
index e45a3a3..b546c3e
@@ -17,7 +17,6 @@
 #ifndef __CONNECTION_MANAGER_IMPL_H__
 #define __CONNECTION_MANAGER_IMPL_H__
 
-#include <iotcon.h>
 #include <glib.h>
 #include <vector>
 #include "IManager.h"
index f73ae15..f063a84 100755 (executable)
@@ -17,7 +17,6 @@
 #ifndef __DISCOVERY_MANAGER_IMPL_H__
 #define __DISCOVERY_MANAGER_IMPL_H__
 
-#include <iotcon.h>
 #include <glib.h>
 #include <vector>
 #include <map>
old mode 100644 (file)
new mode 100755 (executable)
index cf1dab4..ae7bb07
@@ -19,7 +19,6 @@
 
 #include <iotcon.h>
 #include <glib.h>
-#include <iotcon.h>
 #include <string>
 #include "ICommunicationInfo.h"
 
old mode 100644 (file)
new mode 100755 (executable)
index a07908a..b6b2918
@@ -17,7 +17,6 @@
 #ifndef __SERVICE_MANAGER_IMPL_H__
 #define __SERVICE_MANAGER_IMPL_H__
 
-#include <iotcon.h>
 #include <glib.h>
 #include <vector>
 #include <vconf.h>
index 6cf624b..4db7db7 100755 (executable)
@@ -16,7 +16,6 @@
 
 #include "IotconDiscoveryProvider.h"
 
-#include <iotcon.h>
 #include <map>
 #include <algorithm>
 #include "iotcon/ResourceHandle.h"
index 73e063c..0e1c8c8 100755 (executable)
@@ -17,7 +17,6 @@
 #ifndef __SMARTVIEW_DISCOVERY_PROVIDER_H__
 #define __SMARTVIEW_DISCOVERY_PROVIDER_H__
 
-#include <iotcon.h>
 #include <glib.h>
 #include <vector>
 #include <map>
index 7ad50d7..d306b1e 100755 (executable)
@@ -17,7 +17,6 @@
 #ifndef __WIFI_DIRECT_DISCOVERY_PROVIDER_H__
 #define __WIFI_DIRECT_DISCOVERY_PROVIDER_H__
 
-#include <iotcon.h>
 #include <glib.h>
 #include <vector>
 #include <map>
old mode 100644 (file)
new mode 100755 (executable)
index 5dfe563..e10f3da
@@ -17,7 +17,6 @@
 #ifndef __APP_COMMUNICATION_SERVICE_PROVIDER_H__
 #define __APP_COMMUNICATION_SERVICE_PROVIDER_H__
 
-#include <iotcon.h>
 #include <glib.h>
 #include <vector>
 #include <vconf.h>
old mode 100644 (file)
new mode 100755 (executable)
index c128b89..252d6ad
@@ -23,7 +23,6 @@
 #include "../IServiceInfo.h"
 #include "../IotconCommunicationInfo.h"
 #include "../Request.h"
-#include <iotcon.h>
 
 namespace conv {
        class RemoteAppControlServiceInfo : public IServiceInfo {