DolReader/ElfReader: Remove unnecessary FileUtil.h includes

These can be replace with File.h, as the only file-related things
necessary is the declaration of IOFile (which resides in File.h).
This commit is contained in:
Lioncash
2018-05-12 17:25:04 -04:00
parent f7bc75ae6d
commit 411fc01262
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
#include <vector>
#include "Common/File.h"
#include "Common/FileUtil.h"
#include "Common/Swap.h"
#include "Core/HW/Memmap.h"