From 9435641c0d285eae0fb0a2fb3523d75c032602ec Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 15 Dec 2020 01:31:09 -0800 Subject: [PATCH] Remove unneeded includes --- alc/voice.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alc/voice.cpp b/alc/voice.cpp index 8b4e0c2e..04ca51f3 100644 --- a/alc/voice.cpp +++ b/alc/voice.cpp @@ -34,9 +34,7 @@ #include #include -#include "al/buffer.h" #include "al/event.h" -#include "al/source.h" #include "alcmain.h" #include "albyte.h" #include "alconfig.h" @@ -46,6 +44,7 @@ #include "alspan.h" #include "alstring.h" #include "alu.h" +#include "buffer_storage.h" #include "core/devformat.h" #include "core/filters/biquad.h" #include "core/filters/nfc.h"