summaryrefslogtreecommitdiff
path: root/src/core/parser
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-25 21:57:18 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-25 21:57:18 +0100
commit6b6e0afbafac7a018d529f7fb67a8a7226723e04 (patch)
tree6fc11cf408502da0c00713c9db754634430f5271 /src/core/parser
parentfca50d3411005d32b2621b4f1886be35d6b73bec (diff)
Added forward declaration
Diffstat (limited to 'src/core/parser')
-rw-r--r--src/core/parser/ParserContext.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/parser/ParserContext.hpp b/src/core/parser/ParserContext.hpp
index c44222f..e36c0d9 100644
--- a/src/core/parser/ParserContext.hpp
+++ b/src/core/parser/ParserContext.hpp
@@ -32,12 +32,11 @@
#include <core/managed/Managed.hpp>
#include <core/model/Project.hpp>
-#include "ParserScope.hpp"
-
namespace ousia {
// Forward declaration
class Logger;
+class ParserScope;
/**
* Class containing the objects that are passed to a parser instance.