mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-19 11:53:04 +00:00
Merge pull request #14464 from Dentomologist/system_use_forward_declarations_in_system.h
System: Use forward declarations in System.h
This commit is contained in:
commit
b6027da5db
@ -36,10 +36,12 @@
|
||||
#include "VideoCommon/CommandProcessor.h"
|
||||
#include "VideoCommon/Fifo.h"
|
||||
#include "VideoCommon/GeometryShaderManager.h"
|
||||
#include "VideoCommon/PerformanceMetrics.h"
|
||||
#include "VideoCommon/PixelEngine.h"
|
||||
#include "VideoCommon/PixelShaderManager.h"
|
||||
#include "VideoCommon/Resources/CustomResourceManager.h"
|
||||
#include "VideoCommon/VertexShaderManager.h"
|
||||
#include "VideoCommon/VideoEvents.h"
|
||||
#include "VideoCommon/XFStateManager.h"
|
||||
|
||||
namespace Core
|
||||
|
||||
@ -5,16 +5,15 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "VideoCommon/PerformanceMetrics.h"
|
||||
#include "VideoCommon/VideoEvents.h"
|
||||
|
||||
class GeometryShaderManager;
|
||||
class Interpreter;
|
||||
class JitInterface;
|
||||
class PerformanceMetrics;
|
||||
class PixelShaderManager;
|
||||
class SoundStream;
|
||||
struct Sram;
|
||||
class VertexShaderManager;
|
||||
struct VideoEvents;
|
||||
class XFStateManager;
|
||||
|
||||
namespace AudioInterface
|
||||
|
||||
Loading…
Reference in New Issue
Block a user