summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 18:27:25 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 18:27:25 +0100
commit7d788f2dce18c3ba6f11f7f032d35fef2e5fa9d4 (patch)
tree611ac136bd423eca30a605cfedff8a973d12f02b /src/core/model/Document.hpp
parent95d7441fcf5839d3ce55bd30ea93c08961fa1c4f (diff)
Removed no longer necessary Rtti forward declarations
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r--src/core/model/Document.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp
index 80da260..164d9ba 100644
--- a/src/core/model/Document.hpp
+++ b/src/core/model/Document.hpp
@@ -121,8 +121,6 @@ namespace ousia {
// Forward declarations
class RttiType;
-template <class T>
-class Rtti;
namespace model {