mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
JitInterface: Convert includes into forward declarations where applicable
This commit is contained in:
@ -5,10 +5,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "Common/ChunkFile.h"
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Core/MachineContext.h"
|
||||
#include "Core/PowerPC/CPUCoreBase.h"
|
||||
#include "Core/PowerPC/Profiler.h"
|
||||
|
||||
class CPUCoreBase;
|
||||
class PointerWrap;
|
||||
struct ProfileStats;
|
||||
|
||||
namespace JitInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user