From 1df1ba55bbdc0287a1d43a41fab1d9b6b9833ec0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 31 Jan 2016 14:51:55 -0500 Subject: VideoCommon: Convert some DataReader includes into forward declarations Gets rid of some indirect inclusions in cpp files. Also this will reduce the amount of rebuilt files if changes occur in the DataReader header. --- Source/Core/VideoCommon/OpcodeDecoding.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h') diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h index f955ecb90a..0cebc13cf9 100644 --- a/Source/Core/VideoCommon/OpcodeDecoding.h +++ b/Source/Core/VideoCommon/OpcodeDecoding.h @@ -5,7 +5,8 @@ #pragma once #include "Common/CommonTypes.h" -#include "VideoCommon/DataReader.h" + +class DataReader; #define GX_NOP 0x00 #define GX_UNKNOWN_RESET 0x01 -- cgit v1.2.3