X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=store%2Fstore.h;h=b21f9f86eaa207284dcb544d844d9822915f764f;hb=067f77e22bace6d17204e3f1f677dd6a5ca6f563;hp=03d1c8f226021011461eaa4daeb3d669e3c1e572;hpb=7c27903f08ee6069172f92415888a825512cba01;p=odcread.git diff --git a/store/store.h b/store/store.h index 03d1c8f..b21f9f8 100644 --- a/store/store.h +++ b/store/store.h @@ -1,21 +1,17 @@ #ifndef _STORE_H_ #define _STORE_H_ -#include -#include -#include - #include #include +#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 { - public: - std::string toString() const; - }; - /** * TYPE Store * ABSTRACT