mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
Header include cleanups
This commit is contained in:
parent
b7ced5763b
commit
5c15b306d6
@ -29,7 +29,6 @@
|
||||
|
||||
#include "../menu_driver.h"
|
||||
|
||||
#include "../../retroarch.h"
|
||||
#include "../../configuration.h"
|
||||
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
|
@ -30,9 +30,6 @@
|
||||
#include "../../accessibility.h"
|
||||
#endif
|
||||
|
||||
#include "../../verbosity.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../msg_hash.h"
|
||||
|
||||
#include "../../tasks/task_content.h"
|
||||
@ -40,10 +37,10 @@
|
||||
|
||||
#include "../../gfx/gfx_animation.h"
|
||||
#include "../../gfx/gfx_display.h"
|
||||
#include "../menu_driver.h"
|
||||
|
||||
#include "../../gfx/font_driver.h"
|
||||
|
||||
#include "../menu_driver.h"
|
||||
|
||||
/* TODO: Fix context reset freezing everything in place (probably kills animations when it shouldn't anymore) */
|
||||
|
||||
static float msg_queue_background[16] = COLOR_HEX_TO_FLOAT(0x3A3A3A, 1.0f);
|
||||
|
Loading…
Reference in New Issue
Block a user