file_sys/crypto: Fix missing/unnecessary includes

This commit is contained in:
Zach Hilman
2018-08-24 22:15:32 -04:00
parent d1a6dd61d1
commit 6314a799aa
9 changed files with 10 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ SDMCFactory::SDMCFactory(VirtualDir dir_)
return std::make_shared<NAX>(file, id)->GetDecrypted();
})) {}
SDMCFactory::~SDMCFactory() = default;
ResultVal<VirtualDir> SDMCFactory::Open() {
return MakeResult<VirtualDir>(dir);
}