aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/fshifter.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/fshifter.cpp
parentff380298e4086490584707b8ffde44c5ad64830f (diff)
Update includes
Diffstat (limited to 'alc/effects/fshifter.cpp')
-rw-r--r--alc/effects/fshifter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/effects/fshifter.cpp b/alc/effects/fshifter.cpp
index aae4b72c..e19809bb 100644
--- a/alc/effects/fshifter.cpp
+++ b/alc/effects/fshifter.cpp
@@ -28,11 +28,11 @@
#include <iterator>
#include "alcomplex.h"
-#include "alcontext.h"
#include "almalloc.h"
#include "alnumeric.h"
#include "alspan.h"
#include "core/bufferline.h"
+#include "core/context.h"
#include "core/devformat.h"
#include "core/device.h"
#include "core/mixer.h"