summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r--src/core/model/Document.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp
index 7d24161..2d792c5 100644
--- a/src/core/model/Document.hpp
+++ b/src/core/model/Document.hpp
@@ -69,9 +69,9 @@
#define _OUSIA_MODEL_DOCUMENT_HPP_
#include <core/managed/ManagedContainer.hpp>
-#include <core/Node.hpp>
#include <core/common/Variant.hpp>
+#include "Node.hpp"
#include "Domain.hpp"
#include "Typesystem.hpp"