mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 22:20:59 +00:00
Header include changes
This commit is contained in:
parent
ab64daf5aa
commit
0643b83f7d
@ -16,6 +16,7 @@
|
||||
#include <ctype.h>
|
||||
|
||||
#include <compat/strl.h>
|
||||
#include <file/dir_list.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#include "command_event.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#include <file/file_path.h>
|
||||
#include <file/dir_list.h>
|
||||
#include <file/file_archive.h>
|
||||
|
||||
#include <string/stdstring.h>
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <file/file_archive.h>
|
||||
|
||||
#include "libretro-db/libretrodb.h"
|
||||
|
@ -14,6 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <file/dir_list.h>
|
||||
|
||||
#include "dir_list_special.h"
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "general.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <file/file_path.h>
|
||||
#include <file/dir_list.h>
|
||||
|
||||
#include <string/string_list.h>
|
||||
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <boolean.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <file/dir_list.h>
|
||||
#include <file/file_path.h>
|
||||
#include <retro_inline.h>
|
||||
#include <retro_assert.h>
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include <compat/strl.h>
|
||||
#include <retro_endianness.h>
|
||||
#include <string/stdstring.h>
|
||||
#include <file/dir_list.h>
|
||||
|
||||
#include <queues/message_queue.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user