diff --git a/lib/bolt/Reader.cpp b/lib/bolt/Reader.cpp index b091b3a..e68e6b8 100644 --- a/lib/bolt/Reader.cpp +++ b/lib/bolt/Reader.cpp @@ -4,11 +4,6 @@ #include #include -#include "base/ErrorOr.hpp" - -#if 0 - -#endif namespace lightningbolt { @@ -81,10 +76,10 @@ namespace lightningbolt { private: std::vector entryTable; - lightningbolt::MmapFile elfFile; - lightningbolt::MmapFile boltFile; + MmapFile elfFile; + MmapFile boltFile; - lightningbolt::BoltLibraryHeader* lib; + BoltLibraryHeader* lib; }; BoltReader::BoltReader():