mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(menu_entries_cbs.c) Reduce header dependencies
This commit is contained in:
parent
098e6b0e9b
commit
56c9008040
@ -13,22 +13,10 @@
|
|||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <file/file_path.h>
|
|
||||||
#include <rhash.h>
|
#include <rhash.h>
|
||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
#include "menu_entries_cbs.h"
|
#include "menu_entries_cbs.h"
|
||||||
#include "menu_setting.h"
|
|
||||||
#include "menu_input.h"
|
|
||||||
#include "menu_navigation.h"
|
|
||||||
|
|
||||||
#include <file/file_extract.h>
|
|
||||||
#include "../config.def.h"
|
|
||||||
#include "../retroarch.h"
|
|
||||||
#include "../runloop.h"
|
|
||||||
#include "../file_ops.h"
|
|
||||||
|
|
||||||
#include <rhash.h>
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#define DEBUG_LOG
|
#define DEBUG_LOG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user