DEADSOFTWARE

fix gcc 4.0
[odcread.git] / store / store.h
index 03d1c8f226021011461eaa4daeb3d669e3c1e572..b21f9f86eaa207284dcb544d844d9822915f764f 100644 (file)
@@ -1,21 +1,17 @@
 #ifndef _STORE_H_
 #define _STORE_H_
 
-#include <oberon.h>
-#include <typeregister.h>
-#include <visitor.h>
-
 #include <string>
 #include <vector>
 
+#include "oberon.h"
+#include "typeregister/typeregister.h"
+#include "visitor/visitor.h"
+#include "typepath/typepath.h"
+
 namespace odc {
        class Reader; // forward decl
 
-       class TypePath : public std::vector<std::string> {
-               public:
-               std::string toString() const;
-       };
-
        /**
         * TYPE Store
         * ABSTRACT