mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Core: Turn some includes into forward declarations.
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
#include <polarssl/md5.h>
|
||||
|
||||
#include "Common/ChunkFile.h"
|
||||
#include "Common/CommonPaths.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/Hash.h"
|
||||
@ -11,7 +12,6 @@
|
||||
#include "Common/StringUtil.h"
|
||||
#include "Common/Thread.h"
|
||||
#include "Common/Timer.h"
|
||||
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/CoreTiming.h"
|
||||
@ -29,7 +29,7 @@
|
||||
#include "Core/HW/WiimoteEmu/WiimoteHid.h"
|
||||
#include "Core/IPC_HLE/WII_IPC_HLE_Device_usb.h"
|
||||
#include "Core/PowerPC/PowerPC.h"
|
||||
|
||||
#include "InputCommon/GCPadStatus.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
// The chunk to allocate movie data in multiples of.
|
||||
|
Reference in New Issue
Block a user