diff --git a/Source/Core/VideoCommon/Src/ShaderGenCommon.h b/Source/Core/VideoCommon/Src/ShaderGenCommon.h index 5ad20aa3c7..e148fac54c 100644 --- a/Source/Core/VideoCommon/Src/ShaderGenCommon.h +++ b/Source/Core/VideoCommon/Src/ShaderGenCommon.h @@ -23,7 +23,6 @@ #include #include #include -#include #include "CommonTypes.h" #include "VideoCommon.h" @@ -168,12 +167,6 @@ struct LightingUidData } lit_chans[4]; }; -struct pixel_shader_uid_data; -struct vertex_shader_uid_data; - -typedef ShaderUid PixelShaderUid; -typedef ShaderUid VertexShaderUid; - template void CheckForUidMismatch(CodeT& new_code, const UidT& new_uid, const char* shader_type, const char* dump_prefix) {