diff --git a/Source/Core/VideoCommon/RenderBase.h b/Source/Core/VideoCommon/RenderBase.h index 3ec537e831..a4bc818295 100644 --- a/Source/Core/VideoCommon/RenderBase.h +++ b/Source/Core/VideoCommon/RenderBase.h @@ -32,7 +32,6 @@ #include "VideoCommon/RenderState.h" #include "VideoCommon/VideoCommon.h" -class AbstractRawTexture; class AbstractPipeline; class AbstractShader; class AbstractTexture; diff --git a/Source/Core/VideoCommon/VideoCommon.vcxproj.filters b/Source/Core/VideoCommon/VideoCommon.vcxproj.filters index 2dafb43246..71e04d3bba 100644 --- a/Source/Core/VideoCommon/VideoCommon.vcxproj.filters +++ b/Source/Core/VideoCommon/VideoCommon.vcxproj.filters @@ -176,9 +176,6 @@ Base - - Base - Shader Generators @@ -356,9 +353,6 @@ Base - - Base - Util