Remove some header includes

This commit is contained in:
twinaphex 2016-09-01 05:30:07 +02:00
parent 4ef56581a9
commit f38ce959e4
2 changed files with 3 additions and 6 deletions

View File

@ -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:
* *

View File

@ -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