Remove unused includes.
authorSanjeev BA <as2902.b@samsung.com>
Thu, 11 Jun 2015 06:16:48 +0000 (15:16 +0900)
committerErich Keane <erich.keane@intel.com>
Mon, 22 Jun 2015 21:16:08 +0000 (21:16 +0000)
Change-Id: Ifb5ec2dbe549d03add076d8a10844b3409484534
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1238
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/include/InProcClientWrapper.h
resource/include/InProcServerWrapper.h
resource/include/InitializeException.h
resource/include/OCException.h
resource/include/ResourceInitException.h

index 98206d4..ddcc86c 100644 (file)
@@ -27,7 +27,6 @@
 #include <iostream>
 
 #include <OCApi.h>
-#include <ocstack.h>
 #include <IClientWrapper.h>
 #include <InitializeException.h>
 #include <ResourceInitException.h>
index 6ba6466..8eb78e3 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <thread>
 #include <mutex>
-#include <ocstack.h>
 
 #include <IServerWrapper.h>
 
index f87972f..bc5a3d2 100644 (file)
@@ -22,7 +22,6 @@
 #define _INITIALIZE_EXCEPTION_H_
 
 #include <stdexcept>
-#include <ocstack.h>
 #include "StringConstants.h"
 
 namespace OC
index 2852202..849bacd 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <stdexcept>
 #include <string>
-#include <ocstack.h>
+#include <octypes.h>
 
 namespace OC {
 
index c045b6c..9794e42 100644 (file)
@@ -22,7 +22,6 @@
 #define _RESOURCE_INIT_EXCEPTION_H_
 
 #include <stdexcept>
-#include <ocstack.h>
 #include "StringConstants.h"
 
 namespace OC