summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@osg.samsung.com>2017-05-15 12:03:48 +0200
committerDan Mihai <Daniel.Mihai@microsoft.com>2017-05-16 23:41:47 +0000
commit6303c498fcebe1304983e5a650e5e6ec712e0cab (patch)
tree4797603b0111aa243cbd44bc29e2f07c31644754
parent57fbac66705dbbacc6008e8b03c944b0a5dd4a9a (diff)
downloadiotivity-6303c498fcebe1304983e5a650e5e6ec712e0cab.tar.gz
iotivity-6303c498fcebe1304983e5a650e5e6ec712e0cab.tar.bz2
iotivity-6303c498fcebe1304983e5a650e5e6ec712e0cab.zip
resource: Avoid to expose internal headers
Change-Id: Ifa7b2c20e1b793b14d48557cc1d194be24fcd622 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19909 Tested-by: jenkins-iotivity <jenkins@iotivity.org> Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
-rw-r--r--resource/include/OCRepresentation.h1
-rw-r--r--resource/src/OCRepresentation.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/resource/include/OCRepresentation.h b/resource/include/OCRepresentation.h
index c5d1f3923..31eb0383c 100644
--- a/resource/include/OCRepresentation.h
+++ b/resource/include/OCRepresentation.h
@@ -43,7 +43,6 @@
#endif
#include <OCException.h>
-#include <OCRepresentationInternal.h>
namespace OC
{
diff --git a/resource/src/OCRepresentation.cpp b/resource/src/OCRepresentation.cpp
index 2c0bf31a4..ac545c999 100644
--- a/resource/src/OCRepresentation.cpp
+++ b/resource/src/OCRepresentation.cpp
@@ -27,6 +27,7 @@
#include <OCRepresentation.h>
+#include <OCRepresentationInternal.h>
#include <boost/lexical_cast.hpp>
#include <algorithm>