Merge pull request #684 from lioncash/forward-decls

Core: Turn some includes into forward declarations.
This commit is contained in:
Pierre Bourdon
2014-07-28 20:50:27 -07:00
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
{