aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/reverb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/effects/reverb.cpp')
-rw-r--r--alc/effects/reverb.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/alc/effects/reverb.cpp b/alc/effects/reverb.cpp
index 6471b210..a4b423c7 100644
--- a/alc/effects/reverb.cpp
+++ b/alc/effects/reverb.cpp
@@ -29,13 +29,12 @@
#include <algorithm>
#include <functional>
-#include "al/auxeffectslot.h"
-#include "al/listener.h"
#include "alcmain.h"
#include "alcontext.h"
-#include "alu.h"
+#include "alnumeric.h"
#include "bformatdec.h"
-#include "filters/biquad.h"
+#include "core/filters/biquad.h"
+#include "effectslot.h"
#include "vector.h"
#include "vecmat.h"