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

@ -24,6 +24,7 @@ They will also generate a true or false return for UpdateInterrupts() in WII_IPC
#include <map>
#include <string>
#include "Common/ChunkFile.h"
#include "Common/Common.h"
#include "Common/CommonPaths.h"
#include "Common/FileUtil.h"

View File

@ -4,9 +4,8 @@
#pragma once
#include "Common/ChunkFile.h"
class IWII_IPC_HLE_Device;
class PointerWrap;
enum IPCCommandType : u32
{