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/Node.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/core/model/Node.hpp') diff --git a/src/core/model/Node.hpp b/src/core/model/Node.hpp index 54a1497..c24aacb 100644 --- a/src/core/model/Node.hpp +++ b/src/core/model/Node.hpp @@ -32,7 +32,6 @@ #include #include -#include #include #include @@ -40,6 +39,11 @@ namespace ousia { +// Forward declarations +class RttiType; +template +class Rtti; + /** * Structure describing a single result obtained from the resolution function. */ -- cgit v1.2.3