summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>