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/model/Document.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/model/Document.hpp') diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index c367e50..e27b577 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -108,6 +108,12 @@ #include "Typesystem.hpp" namespace ousia { + +// Forward declarations +class RttiType; +template +class Rtti; + namespace model { class StructuredEntity; -- cgit v1.2.3