From f7fdf349148488998912fbbfb12557ee16d5d78a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 8 Jan 2013 09:00:38 +0100 Subject: [PATCH] Cleanup unused header includes in rarch_console_video.c --- console/rarch_console_video.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/console/rarch_console_video.c b/console/rarch_console_video.c index 4ab88eb8cf..bf6211fb50 100644 --- a/console/rarch_console_video.c +++ b/console/rarch_console_video.c @@ -19,12 +19,6 @@ #include "rarch_console_settings.h" #include "rarch_console_video.h" -#if defined(HAVE_HLSL) -#include "../gfx/shader_hlsl.h" -#elif defined(HAVE_CG) && defined(HAVE_OPENGL) -#include "../gfx/shader_cg.h" -#endif - struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = { { "1:1", 1.0f }, { "2:1", 2.0f },