From fb6dfd345f68dd6cd893edcc7638aec3989772b0 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Tue, 4 Jan 2022 07:21:45 -0500 Subject: [PATCH] (Audio Mixer) audio_mix.c does not require stdio.h (#13441) This change removes the inclusion of stdio.h as it's not needed in this file. --- libretro-common/audio/audio_mix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libretro-common/audio/audio_mix.c b/libretro-common/audio/audio_mix.c index 28a7271bc3..a4e66b4138 100644 --- a/libretro-common/audio/audio_mix.c +++ b/libretro-common/audio/audio_mix.c @@ -20,7 +20,6 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include #include #include #include