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 --- al/auxeffectslot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/auxeffectslot.h') diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 27423830..4de1df7a 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -9,10 +9,10 @@ #include "AL/efx.h" #include "alc/device.h" -#include "alc/effectslot.h" #include "alc/effects/base.h" #include "almalloc.h" #include "atomic.h" +#include "core/effectslot.h" #include "intrusive_ptr.h" #include "vector.h" -- cgit v1.2.3