resource: Avoid to expose internal headers
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Mon, 15 May 2017 10:03:48 +0000 (12:03 +0200)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Tue, 16 May 2017 23:41:47 +0000 (23:41 +0000)
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>
resource/include/OCRepresentation.h
resource/src/OCRepresentation.cpp

index c5d1f39..31eb038 100644 (file)
@@ -43,7 +43,6 @@
 #endif
 
 #include <OCException.h>
-#include <OCRepresentationInternal.h>
 
 namespace OC
 {
index 2c0bf31..ac545c9 100644 (file)
@@ -27,6 +27,7 @@
 
 
 #include <OCRepresentation.h>
+#include <OCRepresentationInternal.h>
 
 #include <boost/lexical_cast.hpp>
 #include <algorithm>