mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-24 02:15:12 +00:00
Fix more header includes
This commit is contained in:
parent
879debb60f
commit
e6816163d1
@ -45,7 +45,7 @@
|
||||
#include "../../playlist.h"
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
#include "../network/netplay/netplay.h"
|
||||
#include "../../network/netplay/netplay.h"
|
||||
#endif
|
||||
|
||||
#ifndef BIND_ACTION_GET_VALUE
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "../menu_driver.h"
|
||||
#include "../menu_cbs.h"
|
||||
#include "../../file_path_special.h"
|
||||
#include "../managers/cheat_manager.h"
|
||||
#include "../../managers/cheat_manager.h"
|
||||
|
||||
#ifndef BIND_ACTION_LABEL
|
||||
#define BIND_ACTION_LABEL(cbs, name) \
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "../../dynamic.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../managers/cheat_manager.h"
|
||||
#include "../tasks/tasks_internal.h"
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
|
||||
#include "../../playlist.h"
|
||||
#include "../../runtime_file.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user