aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects
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/effects
parent2479483645bf719233fa5d39bc91682f12d71350 (diff)
Move GetChannelIdxByName and clean up some more includes
Diffstat (limited to 'alc/effects')
-rw-r--r--alc/effects/convolution.cpp1
-rw-r--r--alc/effects/dedicated.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/alc/effects/convolution.cpp b/alc/effects/convolution.cpp
index efc1c4c7..90907a40 100644
--- a/alc/effects/convolution.cpp
+++ b/alc/effects/convolution.cpp
@@ -18,7 +18,6 @@
#endif
#include "albyte.h"
-#include "alcmain.h"
#include "alcomplex.h"
#include "alcontext.h"
#include "almalloc.h"
diff --git a/alc/effects/dedicated.cpp b/alc/effects/dedicated.cpp
index 78663053..6afd7baa 100644
--- a/alc/effects/dedicated.cpp
+++ b/alc/effects/dedicated.cpp
@@ -25,7 +25,6 @@
#include <cstdlib>
#include <iterator>
-#include "alcmain.h"
#include "almalloc.h"
#include "alspan.h"
#include "core/bufferline.h"