From fb3e07beaed4eb6b7df25755da006e97582d1391 Mon Sep 17 00:00:00 2001 From: Sanjeev BA Date: Thu, 11 Jun 2015 15:16:48 +0900 Subject: [PATCH] Remove unused includes. Change-Id: Ifb5ec2dbe549d03add076d8a10844b3409484534 Signed-off-by: Sanjeev BA Reviewed-on: https://gerrit.iotivity.org/gerrit/1238 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi Reviewed-by: Erich Keane --- resource/include/InProcClientWrapper.h | 1 - resource/include/InProcServerWrapper.h | 1 - resource/include/InitializeException.h | 1 - resource/include/OCException.h | 2 +- resource/include/ResourceInitException.h | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/resource/include/InProcClientWrapper.h b/resource/include/InProcClientWrapper.h index 98206d4..ddcc86c 100644 --- a/resource/include/InProcClientWrapper.h +++ b/resource/include/InProcClientWrapper.h @@ -27,7 +27,6 @@ #include #include -#include #include #include #include diff --git a/resource/include/InProcServerWrapper.h b/resource/include/InProcServerWrapper.h index 6ba6466..8eb78e3 100644 --- a/resource/include/InProcServerWrapper.h +++ b/resource/include/InProcServerWrapper.h @@ -23,7 +23,6 @@ #include #include -#include #include diff --git a/resource/include/InitializeException.h b/resource/include/InitializeException.h index f87972f..bc5a3d2 100644 --- a/resource/include/InitializeException.h +++ b/resource/include/InitializeException.h @@ -22,7 +22,6 @@ #define _INITIALIZE_EXCEPTION_H_ #include -#include #include "StringConstants.h" namespace OC diff --git a/resource/include/OCException.h b/resource/include/OCException.h index 2852202..849bacd 100644 --- a/resource/include/OCException.h +++ b/resource/include/OCException.h @@ -23,7 +23,7 @@ #include #include -#include +#include namespace OC { diff --git a/resource/include/ResourceInitException.h b/resource/include/ResourceInitException.h index c045b6c..9794e42 100644 --- a/resource/include/ResourceInitException.h +++ b/resource/include/ResourceInitException.h @@ -22,7 +22,6 @@ #define _RESOURCE_INIT_EXCEPTION_H_ #include -#include #include "StringConstants.h" namespace OC -- 2.7.4