summaryrefslogtreecommitdiff
path: root/test/core
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-02 16:20:29 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-01-02 16:20:29 +0100
commit5fa382a69c069be1b609e3c5c7b21ef747ceedd2 (patch)
tree57ff1447548afc33aedb77d2022e096d4a643283 /test/core
parent128ac91adfdab4a21836c4f19d7024dba9790f9e (diff)
Moved Node class to model folder
Diffstat (limited to 'test/core')
-rw-r--r--test/core/NodeTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/core/NodeTest.cpp b/test/core/NodeTest.cpp
index d0cf08e..1c58e2c 100644
--- a/test/core/NodeTest.cpp
+++ b/test/core/NodeTest.cpp
@@ -19,8 +19,7 @@
#include <gtest/gtest.h>
#include <core/managed/Managed.hpp>
-
-#include <core/Node.hpp>
+#include <core/model/Node.hpp>
namespace ousia {
namespace dom {