mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-11 11:49:49 -05:00
ChunkFile: Remove unnecessary includes
ChunkFile doesn't use any of the file utilities, so we can drop these headers to avoid pulling in unnecessary dependencies. This also uncovered a few indirect inclusions.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include <optional>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/File.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/StringUtil.h"
|
||||
#include "DiscIO/Enums.h"
|
||||
#include "DiscIO/Filesystem.h"
|
||||
|
||||
Reference in New Issue
Block a user