mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Try to reduce dependence on general.h
This commit is contained in:
parent
04591cfc5c
commit
0b1b56214e
@ -17,6 +17,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "camera_driver.h"
|
||||
|
||||
#include "../general.h"
|
||||
#include "../string_list_special.h"
|
||||
#include "../system.h"
|
||||
|
1
cheats.c
1
cheats.c
@ -24,7 +24,6 @@
|
||||
#include <compat/posix_string.h>
|
||||
|
||||
#include "cheats.h"
|
||||
#include "general.h"
|
||||
#include "runloop.h"
|
||||
#include "dynamic.h"
|
||||
#include "libretro_version_1.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "autosave.h"
|
||||
#include "core_info.h"
|
||||
#include "cheats.h"
|
||||
#include "general.h"
|
||||
#include "performance.h"
|
||||
#include "dynamic.h"
|
||||
#include "content.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "dir_list_special.h"
|
||||
#include "database_info.h"
|
||||
#include "msg_hash.h"
|
||||
#include "general.h"
|
||||
#include "verbosity.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
@ -18,11 +18,11 @@
|
||||
|
||||
#include "dir_list_special.h"
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "general.h"
|
||||
#include "configuration.h"
|
||||
#include "core_info.h"
|
||||
|
||||
struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_type type, const char *filter)
|
||||
struct string_list *dir_list_new_special(const char *input_dir,
|
||||
enum dir_list_type type, const char *filter)
|
||||
{
|
||||
char ext_name[PATH_MAX_LENGTH];
|
||||
const char *dir = NULL;
|
||||
|
2
patch.c
2
patch.c
@ -30,7 +30,7 @@
|
||||
|
||||
#include "patch.h"
|
||||
#include "file_ops.h"
|
||||
#include "general.h"
|
||||
#include "runloop.h"
|
||||
#include "verbosity.h"
|
||||
|
||||
enum bps_mode
|
||||
|
4
remote.c
4
remote.c
@ -28,11 +28,9 @@
|
||||
#include <retro_miscellaneous.h>
|
||||
#include <net/net_compat.h>
|
||||
|
||||
#include "msg_hash.h"
|
||||
|
||||
#include "remote.h"
|
||||
|
||||
#include "general.h"
|
||||
#include "msg_hash.h"
|
||||
#include "runloop.h"
|
||||
#include "verbosity.h"
|
||||
|
||||
|
5
rewind.c
5
rewind.c
@ -21,11 +21,12 @@
|
||||
|
||||
#include <retro_inline.h>
|
||||
|
||||
#include "general.h"
|
||||
#include "msg_hash.h"
|
||||
#include "rewind.h"
|
||||
#include "configuration.h"
|
||||
#include "msg_hash.h"
|
||||
#include "movie.h"
|
||||
#include "libretro_version_1.h"
|
||||
#include "runloop.h"
|
||||
#include "performance.h"
|
||||
#include "verbosity.h"
|
||||
#include "audio/audio_driver.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#endif
|
||||
|
||||
#include "core_info.h"
|
||||
#include "general.h"
|
||||
#include "gfx/video_driver.h"
|
||||
#include "input/input_driver.h"
|
||||
#include "input/input_hid_driver.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "../dir_list_special.h"
|
||||
#include "../file_ops.h"
|
||||
#include "../msg_hash.h"
|
||||
#include "../general.h"
|
||||
#include "../playlist.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <retro_stat.h>
|
||||
|
||||
#include "../file_ops.h"
|
||||
#include "../general.h"
|
||||
#include "../msg_hash.h"
|
||||
#include "../verbosity.h"
|
||||
#include "tasks.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "../general.h"
|
||||
#include "../verbosity.h"
|
||||
#include "../msg_hash.h"
|
||||
#include "tasks.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user