mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core: Turn some includes into forward declarations.
This commit is contained in:
@ -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"
|
||||
|
@ -4,9 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Common/ChunkFile.h"
|
||||
|
||||
class IWII_IPC_HLE_Device;
|
||||
class PointerWrap;
|
||||
|
||||
enum IPCCommandType : u32
|
||||
{
|
||||
|
Reference in New Issue
Block a user