summaryrefslogtreecommitdiff
path: root/src/core/model/Project.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-25 18:51:51 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-25 18:51:51 +0100
commitbe66642ba83c1e238ba89d8cb562eb0e4b5c280c (patch)
treedc8bc8542074491047418ff3aad393acb7323ca4 /src/core/model/Project.hpp
parent3292b5f8165982d45802b318dae8566532e76e13 (diff)
deleted "model" namespace
Diffstat (limited to 'src/core/model/Project.hpp')
-rw-r--r--src/core/model/Project.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/model/Project.hpp b/src/core/model/Project.hpp
index 4e2a43b..642059c 100644
--- a/src/core/model/Project.hpp
+++ b/src/core/model/Project.hpp
@@ -36,7 +36,6 @@ namespace ousia {
class Logger;
class Rtti;
-namespace model {
class SystemTypesystem;
class Typesystem;
@@ -123,7 +122,6 @@ public:
*/
const NodeVector<Document> &getDocuments() const;
};
-}
namespace RttiTypes {
/**