Header cleanups

This commit is contained in:
twinaphex 2020-03-05 14:06:04 +01:00
parent 2e034c1574
commit da60c1bb96
8 changed files with 0 additions and 9 deletions

View File

@ -15,7 +15,6 @@
#define CINTERFACE
#include <stdio.h>
#include <string.h>
#ifdef HAVE_CONFIG_H

View File

@ -29,7 +29,6 @@
#endif
#endif
#include <stdio.h>
#include <stdint.h>
#include <math.h>
#include <string.h>

View File

@ -14,7 +14,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <math.h>
#include <string.h>

View File

@ -13,7 +13,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <string.h>
#include <retro_miscellaneous.h>

View File

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

View File

@ -22,7 +22,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <features/features_cpu.h>

View File

@ -22,7 +22,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <string/stdstring.h>

View File

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