mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00: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:
parent
f564c28040
commit
c825eecbc9
6 changed files with 6 additions and 3 deletions
|
@ -20,6 +20,7 @@
|
|||
#include "Common/ChunkFile.h"
|
||||
#include "Common/CommonPaths.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/File.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/Hash.h"
|
||||
#include "Common/Image.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue