From d3bc82d2c3bcb3273952dae6f4a00892a8b91955 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 5 Mar 2020 14:12:20 +0100 Subject: [PATCH] Header cleanups --- audio/drivers/xaudio.c | 1 - gfx/drivers_shader/shader_gl_core.cpp | 1 - gfx/drivers_shader/shader_glsl.h | 2 +- input/input_keymaps.c | 1 - input/input_mapper.c | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/audio/drivers/xaudio.c b/audio/drivers/xaudio.c index 2b9532a529..04397fd70a 100644 --- a/audio/drivers/xaudio.c +++ b/audio/drivers/xaudio.c @@ -20,7 +20,6 @@ #endif #endif -#include #include #include #include diff --git a/gfx/drivers_shader/shader_gl_core.cpp b/gfx/drivers_shader/shader_gl_core.cpp index 67c010d88f..64a8b1d420 100644 --- a/gfx/drivers_shader/shader_gl_core.cpp +++ b/gfx/drivers_shader/shader_gl_core.cpp @@ -34,7 +34,6 @@ #include "../common/gl_core_common.h" -#include "../../retroarch.h" #include "../../verbosity.h" #include "../../msg_hash.h" diff --git a/gfx/drivers_shader/shader_glsl.h b/gfx/drivers_shader/shader_glsl.h index c8a84db4c9..cc0e4769ae 100644 --- a/gfx/drivers_shader/shader_glsl.h +++ b/gfx/drivers_shader/shader_glsl.h @@ -19,7 +19,7 @@ #include -#include "../../retroarch.h" +#include "../video_defines.h" void gl_glsl_set_get_proc_address(gfx_ctx_proc_t (*proc)(const char*)); diff --git a/input/input_keymaps.c b/input/input_keymaps.c index 99f428b67a..1c34778b70 100644 --- a/input/input_keymaps.c +++ b/input/input_keymaps.c @@ -14,7 +14,6 @@ * If not, see . */ -#include #include #include #include diff --git a/input/input_mapper.c b/input/input_mapper.c index d193fc4661..b92ad0a705 100644 --- a/input/input_mapper.c +++ b/input/input_mapper.c @@ -15,7 +15,6 @@ * If not, see . */ -#include #include #include