Common/LinearDiskCache: Replace std::fstream with File::IOFile

File::IOFile is better suited to this type of task.
Split out from a future PR.
This commit is contained in:
JosJuice
2020-11-04 20:59:34 +01:00
parent 069840fb7e
commit 28aa04312c
3 changed files with 22 additions and 45 deletions

View File

@ -16,6 +16,7 @@
#include "Common/CommonTypes.h"
#include "Common/Config/Config.h"
#include "Common/Event.h"
#include "Common/FileUtil.h"
#include "Common/Logging/Log.h"
#include "Core/Config/MainSettings.h"