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/context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/context.cpp') diff --git a/alc/context.cpp b/alc/context.cpp index af78603a..b870a2a3 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -21,11 +21,11 @@ #include "alc/alu.h" #include "core/async_event.h" #include "core/device.h" +#include "core/effectslot.h" #include "core/logging.h" #include "core/voice.h" #include "core/voice_change.h" #include "device.h" -#include "effectslot.h" #include "ringbuffer.h" #include "vecmat.h" -- cgit v1.2.3