mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06: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:
@ -12,6 +12,7 @@
|
||||
#include "Common/CommonPaths.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Event.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Common/MemoryUtil.h"
|
||||
#include "Common/Thread.h"
|
||||
|
Reference in New Issue
Block a user