(Menu) Take out some header dependencies

This commit is contained in:
twinaphex 2015-06-13 17:13:10 +02:00
parent 7651500662
commit 0f739f7e98
3 changed files with 1 additions and 4 deletions

View File

@ -20,8 +20,6 @@
#include <stddef.h>
#include <file/file_list.h>
#include "menu_displaylist.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -15,6 +15,7 @@
*/
#include <file/file_path.h>
#include <file/config_file.h>
#include <rhash.h>
#include "menu.h"

View File

@ -22,8 +22,6 @@
#include <boolean.h>
#include <file/file_list.h>
#include <file/config_file.h>
#include <retro_miscellaneous.h>
#include "../command_event.h"