From d06209ef5a4cf3de196efce8f3987f04af577364 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 27 Apr 2021 08:39:17 -0700 Subject: Update includes --- alc/effects/null.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'alc/effects/null.cpp') diff --git a/alc/effects/null.cpp b/alc/effects/null.cpp index f838a367..1413909f 100644 --- a/alc/effects/null.cpp +++ b/alc/effects/null.cpp @@ -1,12 +1,17 @@ #include "config.h" -#include "alcmain.h" -#include "alcontext.h" +#include + #include "almalloc.h" #include "alspan.h" +#include "core/bufferline.h" #include "effects/base.h" -#include "effectslot.h" +#include "intrusive_ptr.h" + +struct ContextBase; +struct DeviceBase; +struct EffectSlot; namespace { -- cgit v1.2.3