From 23c3ae3d79c5b6d88ad7522780fec1689653b235 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 12 Oct 2014 20:25:12 +0200 Subject: [PATCH] Get rid of some unnecessary header includes in rgui.c --- frontend/menu/disp/rgui.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frontend/menu/disp/rgui.c b/frontend/menu/disp/rgui.c index 1cd375e196..a055872540 100644 --- a/frontend/menu/disp/rgui.c +++ b/frontend/menu/disp/rgui.c @@ -24,24 +24,15 @@ #include "../menu_driver.h" #include "../menu_common.h" #include "../../../general.h" -#include "../../../gfx/gfx_common.h" #include "../../../config.def.h" -#include "../../../file.h" #include "../../../dynamic.h" #include "../../../compat/posix_string.h" -#include "../../../performance.h" -#include "../../../input/input_common.h" #include "../../../settings_data.h" -#include "../../../screenshot.h" #include "../../../gfx/fonts/bitmap.h" #include "shared.h" -#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_HLSL) -#define HAVE_SHADER_MANAGER -#endif - typedef struct rgui_handle { uint16_t *menu_framebuf;