mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 04:21:13 +00:00
Reduce header includes pt. 2
This commit is contained in:
parent
7987053870
commit
2ed38b7288
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "autosave.h"
|
||||
#include "rthreads/rthreads.h"
|
||||
#include <rthreads/rthreads.h>
|
||||
#include <stdlib.h>
|
||||
#include <boolean.h>
|
||||
#include <string.h>
|
||||
|
4
cheats.c
4
cheats.c
@ -14,8 +14,6 @@
|
||||
*/
|
||||
|
||||
#include "cheats.h"
|
||||
#include "hash.h"
|
||||
#include "dynamic.h"
|
||||
#include "general.h"
|
||||
#include <compat/strl.h>
|
||||
#include <compat/posix_string.h>
|
||||
@ -24,8 +22,6 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "conf/config_file.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user