Core: Turn some includes into forward declarations.

This commit is contained in:
Lioncash
2014-07-27 13:37:09 -04:00
parent 96cfbd1bb0
commit eb3a1de3f6
11 changed files with 18 additions and 12 deletions

View File

@ -6,6 +6,7 @@
#include <string>
#include <vector>
#include "Common/ChunkFile.h"
#include "Common/FifoQueue.h"
#include "Common/StringUtil.h"
#include "Common/Thread.h"