mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
(Menu) Change some header includes
This commit is contained in:
parent
098c8a6063
commit
fcaf461930
@ -19,6 +19,10 @@
|
||||
#include "../menu_hash.h"
|
||||
#include "../menu_displaylist.h"
|
||||
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
#include "../../database_info.h"
|
||||
#endif
|
||||
|
||||
#include "../../general.h"
|
||||
#include "../../file_ext.h"
|
||||
#include "../../gfx/video_shader_driver.h"
|
||||
|
@ -28,6 +28,10 @@
|
||||
#include "menu_navigation.h"
|
||||
#include "menu_setting.h"
|
||||
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
#include "../database_info.h"
|
||||
#endif
|
||||
|
||||
#include "../general.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../gfx/video_shader_driver.h"
|
||||
|
@ -30,10 +30,6 @@
|
||||
#include "../libretro.h"
|
||||
#include "../playlist.h"
|
||||
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
#include "../database_info.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user