(Menu) Change some header includes
This commit is contained in:
parent
098c8a6063
commit
fcaf461930
|
@ -19,6 +19,10 @@
|
||||||
#include "../menu_hash.h"
|
#include "../menu_hash.h"
|
||||||
#include "../menu_displaylist.h"
|
#include "../menu_displaylist.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBRETRODB
|
||||||
|
#include "../../database_info.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include "../../file_ext.h"
|
#include "../../file_ext.h"
|
||||||
#include "../../gfx/video_shader_driver.h"
|
#include "../../gfx/video_shader_driver.h"
|
||||||
|
|
|
@ -28,6 +28,10 @@
|
||||||
#include "menu_navigation.h"
|
#include "menu_navigation.h"
|
||||||
#include "menu_setting.h"
|
#include "menu_setting.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBRETRODB
|
||||||
|
#include "../database_info.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
#include "../retroarch.h"
|
#include "../retroarch.h"
|
||||||
#include "../gfx/video_shader_driver.h"
|
#include "../gfx/video_shader_driver.h"
|
||||||
|
|
|
@ -30,10 +30,6 @@
|
||||||
#include "../libretro.h"
|
#include "../libretro.h"
|
||||||
#include "../playlist.h"
|
#include "../playlist.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIBRETRODB
|
|
||||||
#include "../database_info.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue