mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-19 01:12:33 +00:00
(Menu) Take out some header dependencies
This commit is contained in:
parent
7651500662
commit
0f739f7e98
@ -20,8 +20,6 @@
|
||||
#include <stddef.h>
|
||||
#include <file/file_list.h>
|
||||
|
||||
#include "menu_displaylist.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <file/file_path.h>
|
||||
#include <file/config_file.h>
|
||||
#include <rhash.h>
|
||||
|
||||
#include "menu.h"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user