aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-26 07:56:00 -0700
committerChris Robinson <[email protected]>2021-04-26 08:04:50 -0700
commit22a8ebff8094785ec53aadef8489dc60f6939d55 (patch)
treed5297c7fa444e1ac3e2980a2d49cae50f041ddc3 /alc/alu.h
parent2479483645bf719233fa5d39bc91682f12d71350 (diff)
Move GetChannelIdxByName and clean up some more includes
Diffstat (limited to 'alc/alu.h')
-rw-r--r--alc/alu.h9
1 files changed, 0 insertions, 9 deletions
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 <array>
-#include <cmath>
-#include <cstddef>
#include <string>
-#include <type_traits>
#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