From d16b61dffb24cbe90e03e921684cb538cb23e181 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 17 Dec 2021 17:13:59 -0800 Subject: Move the effects base and effectslot to core --- alc/effects/chorus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/effects/chorus.cpp') diff --git a/alc/effects/chorus.cpp b/alc/effects/chorus.cpp index 3a1b9ae4..7d32f8ff 100644 --- a/alc/effects/chorus.cpp +++ b/alc/effects/chorus.cpp @@ -27,7 +27,6 @@ #include #include "alc/effects/base.h" -#include "alc/effectslot.h" #include "almalloc.h" #include "alnumeric.h" #include "alspan.h" @@ -35,6 +34,7 @@ #include "core/context.h" #include "core/devformat.h" #include "core/device.h" +#include "core/effectslot.h" #include "core/mixer.h" #include "core/mixer/defs.h" #include "core/resampler_limits.h" -- cgit v1.2.3