mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +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 <lists/string_list.h>
|
||||||
#include <string/stdstring.h>
|
#include <string/stdstring.h>
|
||||||
|
|
||||||
#include "../defaults.h"
|
|
||||||
#include "../msg_hash.h"
|
#include "../msg_hash.h"
|
||||||
#include "../content.h"
|
#include "../content.h"
|
||||||
#include "../general.h"
|
|
||||||
#include "../dynamic.h"
|
#include "../dynamic.h"
|
||||||
#include "../movie.h"
|
|
||||||
#include "../patch.h"
|
#include "../patch.h"
|
||||||
#include "../system.h"
|
#include "../system.h"
|
||||||
|
#include "../runloop.h"
|
||||||
#include "../retroarch.h"
|
#include "../retroarch.h"
|
||||||
#include "../command.h"
|
|
||||||
#include "../file_path_special.h"
|
#include "../file_path_special.h"
|
||||||
#include "../core.h"
|
#include "../core.h"
|
||||||
#include "../verbosity.h"
|
#include "../verbosity.h"
|
||||||
@ -106,7 +103,6 @@
|
|||||||
#include "../cheevos.h"
|
#include "../cheevos.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_ARGS 32
|
|
||||||
|
|
||||||
typedef struct content_stream
|
typedef struct content_stream
|
||||||
{
|
{
|
||||||
@ -932,6 +928,8 @@ static void content_load_init_wrap(
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define MAX_ARGS 32
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* content_load:
|
* content_load:
|
||||||
*
|
*
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
|
|
||||||
#include "../list_special.h"
|
#include "../list_special.h"
|
||||||
#include "../msg_hash.h"
|
#include "../msg_hash.h"
|
||||||
#include "../general.h"
|
|
||||||
#include "../verbosity.h"
|
#include "../verbosity.h"
|
||||||
|
|
||||||
#define MAGIC_LEN 16
|
#define MAGIC_LEN 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user