X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=alien%2Falien.h;h=099364f8fa3c020c30f9eae89b5fde6fd0508623;hb=HEAD;hp=77db1febc2239e3d12886ff7ee8e44e2a8edc90f;hpb=7c27903f08ee6069172f92415888a825512cba01;p=odcread.git diff --git a/alien/alien.h b/alien/alien.h index 77db1fe..099364f 100644 --- a/alien/alien.h +++ b/alien/alien.h @@ -1,15 +1,15 @@ #ifndef _ALIEN_H_ #define _ALIEN_H_ -#include -#include -#include -#include +#include "oberon.h" +#include "store/store.h" #include #include namespace odc { +class Visitor; + /** * Part of an alien store */ @@ -22,8 +22,8 @@ struct AlienComponent { * Totally unstructured part of an alien store */ struct AlienPiece : public AlienComponent { - const char * const data; - const size_t len; + char const * const data; + size_t const len; AlienPiece(const char * const data, const size_t len);