aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-12 14:58:09 -0800
committerChris Robinson <[email protected]>2020-12-12 14:58:09 -0800
commite179bf0a12e80eb41041469bc04ba1fbcffe11e8 (patch)
tree0e42d2b17f1005fad29ec4f509b1530a15213b88 /alc/alu.cpp
parent14df53411402bae0e5dcdea8bc0d2d3ba30e7923 (diff)
Move the mixer functions to core
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp
index cd180f41..eefeca4d 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -65,6 +65,7 @@
#include "core/filters/nfc.h"
#include "core/filters/splitter.h"
#include "core/mastering.h"
+#include "core/mixer/defs.h"
#include "core/uhjfilter.h"
#include "cpu_caps.h"
#include "effects/base.h"
@@ -73,7 +74,6 @@
#include "hrtf.h"
#include "inprogext.h"
#include "math_defs.h"
-#include "mixer/defs.h"
#include "opthelpers.h"
#include "ringbuffer.h"
#include "strutils.h"