mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Header cleanups
This commit is contained in:
parent
2e034c1574
commit
da60c1bb96
@ -15,7 +15,6 @@
|
||||
|
||||
#define CINTERFACE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
@ -29,7 +29,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
@ -14,7 +14,6 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
@ -13,7 +13,6 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <retro_miscellaneous.h>
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <lists/string_list.h>
|
||||
|
||||
#define DG_DYNARR_IMPLEMENTATION
|
||||
#include <stdio.h>
|
||||
#include <retro_assert.h>
|
||||
#define DG_DYNARR_ASSERT(cond, msg) (void)0
|
||||
#include <array/dynarray.h>
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <features/features_cpu.h>
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <string/stdstring.h>
|
||||
|
@ -15,9 +15,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "video_display_server.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
static const video_display_server_t dispserv_null = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user