diff options
Diffstat (limited to 'alc/effects/reverb.cpp')
-rw-r--r-- | alc/effects/reverb.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/alc/effects/reverb.cpp b/alc/effects/reverb.cpp index ccb4f544..0db27210 100644 --- a/alc/effects/reverb.cpp +++ b/alc/effects/reverb.cpp @@ -28,13 +28,12 @@ #include <numeric> #include <stdint.h> -#include "alcontext.h" #include "almalloc.h" #include "alnumeric.h" #include "alspan.h" -#include "alu.h" #include "core/ambidefs.h" #include "core/bufferline.h" +#include "core/context.h" #include "core/devformat.h" #include "core/device.h" #include "core/filters/biquad.h" |