From 6b6e0afbafac7a018d529f7fb67a8a7226723e04 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 25 Jan 2015 21:57:18 +0100 Subject: Added forward declaration --- src/core/parser/ParserContext.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core') 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 #include -#include "ParserScope.hpp" - namespace ousia { // Forward declaration class Logger; +class ParserScope; /** * Class containing the objects that are passed to a parser instance. -- cgit v1.2.3