aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/reverb.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-27 08:39:17 -0700
committerChris Robinson <[email protected]>2021-04-27 08:39:17 -0700
commitd06209ef5a4cf3de196efce8f3987f04af577364 (patch)
treeb5a0c1861d7537b5f071a568a3ff5678293437a8 /alc/effects/reverb.cpp
parentff380298e4086490584707b8ffde44c5ad64830f (diff)
Update includes
Diffstat (limited to 'alc/effects/reverb.cpp')
-rw-r--r--alc/effects/reverb.cpp3
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"