Move IOFile to a separate file

Reduces the number of files that need to be recompiled
when making changes to FileUtil.h.
This commit is contained in:
JosJuice
2017-01-15 21:46:32 +01:00
parent 67dbbc67c0
commit f09ceaa735
93 changed files with 325 additions and 235 deletions

View File

@ -21,6 +21,7 @@
#include "Common/CPUDetect.h"
#include "Common/CommonPaths.h"
#include "Common/CommonTypes.h"
#include "Common/FileUtil.h"
#include "Common/Flag.h"
#include "Common/Logging/LogManager.h"
#include "Common/MemoryUtil.h"