mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Cleanups
This commit is contained in:
parent
8b2b406a85
commit
e19699bac4
@ -22,6 +22,14 @@
|
||||
#include <file/file_path.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include "../gfx/video_thread_wrapper.h"
|
||||
#endif
|
||||
|
||||
#include "../config.def.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../configuration.h"
|
||||
@ -35,9 +43,6 @@
|
||||
#include "menu_animation.h"
|
||||
#include "menu_display.h"
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include "../gfx/video_thread_wrapper.h"
|
||||
#endif
|
||||
|
||||
|
||||
uintptr_t menu_display_white_texture;
|
||||
|
Loading…
Reference in New Issue
Block a user