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

@ -18,10 +18,10 @@
// ScheduleEvent(periodInCycles - cyclesLate, callback, "whatever")
#include <string>
#include "Common/ChunkFile.h"
#include "Common/Common.h"
class PointerWrap;
namespace CoreTiming
{