From e702a4e520069e26c46c65c8a348332aa322a712 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 22 Nov 2021 16:28:49 +0100 Subject: [PATCH] PSP: un needed include --- src/audio/psp/SDL_pspaudio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/audio/psp/SDL_pspaudio.c b/src/audio/psp/SDL_pspaudio.c index e98604c6c..acca5eac1 100644 --- a/src/audio/psp/SDL_pspaudio.c +++ b/src/audio/psp/SDL_pspaudio.c @@ -25,7 +25,6 @@ #include #include #include -#include #include "SDL_audio.h" #include "SDL_error.h"