Get rid of some unnecessary header includes in rgui.c

This commit is contained in:
twinaphex 2014-10-12 20:25:12 +02:00
parent f1511e76f1
commit 23c3ae3d79

View File

@ -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;