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,10 +6,10 @@
#include <string>
#include "Common/ChunkFile.h"
#include "Common/Common.h"
#include "InputCommon/GCPadStatus.h"
struct GCPadStatus;
class PointerWrap;
namespace WiimoteEmu
{