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

@ -10,6 +10,7 @@
#include "Common/Assert.h"
#include "Common/CommonFuncs.h"
#include "Common/FileUtil.h"
#include "Common/LinearDiskCache.h"
#include "Common/MsgHandler.h"