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/alc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alc/alc.cpp') diff --git a/alc/alc.cpp b/alc/alc.cpp index 89c836d0..c6ac6508 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -68,8 +68,6 @@ #include "albit.h" #include "albyte.h" #include "alconfig.h" -#include "alc/context.h" -#include "alc/effectslot.h" #include "almalloc.h" #include "alnumeric.h" #include "aloptional.h" @@ -77,6 +75,7 @@ #include "alstring.h" #include "alu.h" #include "atomic.h" +#include "context.h" #include "core/ambidefs.h" #include "core/bformatdec.h" #include "core/bs2b.h" @@ -84,6 +83,7 @@ #include "core/cpu_caps.h" #include "core/devformat.h" #include "core/device.h" +#include "core/effectslot.h" #include "core/except.h" #include "core/helpers.h" #include "core/mastering.h" -- cgit v1.2.3