Header cleanups

This commit is contained in:
twinaphex 2020-03-05 14:12:20 +01:00
parent da60c1bb96
commit d3bc82d2c3
5 changed files with 1 additions and 5 deletions

View file

@ -20,7 +20,6 @@
#endif
#endif
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdlib.h>

View file

@ -34,7 +34,6 @@
#include "../common/gl_core_common.h"
#include "../../retroarch.h"
#include "../../verbosity.h"
#include "../../msg_hash.h"

View file

@ -19,7 +19,7 @@
#include <boolean.h>
#include "../../retroarch.h"
#include "../video_defines.h"
void gl_glsl_set_get_proc_address(gfx_ctx_proc_t (*proc)(const char*));

View file

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

View file

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