From 22a8ebff8094785ec53aadef8489dc60f6939d55 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 26 Apr 2021 07:56:00 -0700 Subject: Move GetChannelIdxByName and clean up some more includes --- alc/alu.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'alc/alu.h') diff --git a/alc/alu.h b/alc/alu.h index ac33de27..3ca0c6b6 100644 --- a/alc/alu.h +++ b/alc/alu.h @@ -1,22 +1,13 @@ #ifndef ALU_H #define ALU_H -#include -#include -#include #include -#include #include "aloptional.h" -#include "alspan.h" -#include "core/ambidefs.h" -#include "core/bufferline.h" -#include "core/devformat.h" struct ALCcontext; struct ALCdevice; struct EffectSlot; -struct MixParams; #define MAX_SENDS 6 -- cgit v1.2.3