From c50051d1c1dd49080c91a1d014f09ac6d76ceaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lugand?= Date: Thu, 4 Jan 2024 18:31:29 +0100 Subject: [PATCH] Remove stdio import --- soh/soh/mixer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/soh/soh/mixer.c b/soh/soh/mixer.c index d38682cb3..65639f17c 100644 --- a/soh/soh/mixer.c +++ b/soh/soh/mixer.c @@ -1,7 +1,6 @@ #include #include #include -#include #include "mixer.h" #include "sse2neon.h"