mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Header include changes
This commit is contained in:
parent
0e89523fa8
commit
f1ca9604b7
@ -16,6 +16,7 @@
|
||||
#include <ctype.h>
|
||||
|
||||
#include <compat/strl.h>
|
||||
#include <file/file_path.h>
|
||||
#include <file/dir_list.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <file/file_path.h>
|
||||
|
||||
#include <string/string_list.h>
|
||||
|
||||
enum dir_list_type
|
||||
@ -34,6 +32,7 @@ enum dir_list_type
|
||||
DIR_LIST_SHADERS
|
||||
};
|
||||
|
||||
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);
|
||||
|
||||
#endif
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <retro_endianness.h>
|
||||
#include <string/stdstring.h>
|
||||
#include <file/dir_list.h>
|
||||
|
||||
#include <file/file_path.h>
|
||||
#include <queues/message_queue.h>
|
||||
|
||||
#include "tasks.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <compat/strcasestr.h>
|
||||
#include <compat/strl.h>
|
||||
#include <file/file_path.h>
|
||||
#include <retro_endianness.h>
|
||||
#include <retro_file.h>
|
||||
#include <string/stdstring.h>
|
||||
|
Loading…
Reference in New Issue
Block a user