From 6940aa0e6837f9d83f9b5c5b37d4fd7747c95c67 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 11 Jan 2015 13:53:15 +0100 Subject: Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header --- src/core/XML.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/core/XML.hpp') diff --git a/src/core/XML.hpp b/src/core/XML.hpp index b05d4c6..5e2542b 100644 --- a/src/core/XML.hpp +++ b/src/core/XML.hpp @@ -45,11 +45,16 @@ #include #include -#include #include #include namespace ousia { + +// Forward declarations +class RttiType; +template +class Rtti; + namespace xml { class Element; -- cgit v1.2.3