From 7480f5dfd678bd5bb6b05b309155c81cfa2c42f5 Mon Sep 17 00:00:00 2001 From: NeoBrainX Date: Wed, 10 Apr 2013 14:55:46 +0200 Subject: [PATCH] ShaderGenCommon: Clean up. --- Source/Core/VideoCommon/Src/ShaderGenCommon.h | 7 ------- 1 file changed, 7 deletions(-) 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) {