aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
Diffstat (limited to 'alc')
-rw-r--r--alc/voice.cpp3
1 files changed, 1 insertions, 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 <new>
#include <utility>
-#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"