(Menu) Change some header includes

This commit is contained in:
twinaphex 2015-06-13 19:15:48 +02:00
parent 098c8a6063
commit fcaf461930
3 changed files with 8 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -30,10 +30,6 @@
#include "../libretro.h"
#include "../playlist.h"
#ifdef HAVE_LIBRETRODB
#include "../database_info.h"
#endif
#ifdef __cplusplus
extern "C" {
#endif