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:
Lioncash
2018-06-09 16:15:14 -04:00
parent f564c28040
commit c825eecbc9
6 changed files with 6 additions and 3 deletions

View File

@ -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"