Cleanup unused header includes in rarch_console_video.c

This commit is contained in:
twinaphex 2013-01-08 09:00:38 +01:00
parent 025f0995f5
commit f7fdf34914
1 changed files with 0 additions and 6 deletions

View File

@ -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 },