summaryrefslogtreecommitdiff
path: root/src/core/parser/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser/Parser.hpp')
-rw-r--r--src/core/parser/Parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/Parser.hpp b/src/core/parser/Parser.hpp
index 867ea1d..63c57c3 100644
--- a/src/core/parser/Parser.hpp
+++ b/src/core/parser/Parser.hpp
@@ -32,11 +32,11 @@
#include <set>
#include <string>
-#include <core/Node.hpp>
#include <core/Registry.hpp>
#include <core/common/CharReader.hpp>
#include <core/common/Exceptions.hpp>
#include <core/common/Logger.hpp>
+#include <core/model/Node.hpp>
#include "Scope.hpp"