mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-03 22:03:04 +00:00
(glui.c) Get rid of some unnneeded header includes
This commit is contained in:
parent
cc3c116868
commit
adb9e392ed
@ -24,19 +24,11 @@
|
|||||||
#include "../menu_driver.h"
|
#include "../menu_driver.h"
|
||||||
#include "menu_display.h"
|
#include "menu_display.h"
|
||||||
#include "../../../general.h"
|
#include "../../../general.h"
|
||||||
#include "../../../gfx/gfx_common.h"
|
|
||||||
#include "../../../gfx/gl_common.h"
|
#include "../../../gfx/gl_common.h"
|
||||||
#include "../../../gfx/video_thread_wrapper.h"
|
#include "../../../gfx/video_thread_wrapper.h"
|
||||||
#include "../../../config.def.h"
|
|
||||||
#include "../../../file.h"
|
|
||||||
#include "../../../dynamic.h"
|
|
||||||
#include "../../../compat/posix_string.h"
|
#include "../../../compat/posix_string.h"
|
||||||
#include "../../../performance.h"
|
|
||||||
#include "../../../input/input_common.h"
|
|
||||||
|
|
||||||
#include "../../../settings_data.h"
|
#include "../../../settings_data.h"
|
||||||
#include "../../../screenshot.h"
|
|
||||||
#include "../../../gfx/fonts/bitmap.h"
|
|
||||||
|
|
||||||
#include "shared.h"
|
#include "shared.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user