mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +00:00
Remove some header includes
This commit is contained in:
parent
4ef56581a9
commit
f38ce959e4
@ -77,16 +77,13 @@
|
||||
#include <lists/string_list.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#include "../defaults.h"
|
||||
#include "../msg_hash.h"
|
||||
#include "../content.h"
|
||||
#include "../general.h"
|
||||
#include "../dynamic.h"
|
||||
#include "../movie.h"
|
||||
#include "../patch.h"
|
||||
#include "../system.h"
|
||||
#include "../runloop.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../command.h"
|
||||
#include "../file_path_special.h"
|
||||
#include "../core.h"
|
||||
#include "../verbosity.h"
|
||||
@ -106,7 +103,6 @@
|
||||
#include "../cheevos.h"
|
||||
#endif
|
||||
|
||||
#define MAX_ARGS 32
|
||||
|
||||
typedef struct content_stream
|
||||
{
|
||||
@ -932,6 +928,8 @@ static void content_load_init_wrap(
|
||||
#endif
|
||||
}
|
||||
|
||||
#define MAX_ARGS 32
|
||||
|
||||
/**
|
||||
* content_load:
|
||||
*
|
||||
|
@ -32,7 +32,6 @@
|
||||
|
||||
#include "../list_special.h"
|
||||
#include "../msg_hash.h"
|
||||
#include "../general.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
#define MAGIC_LEN 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user