aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-03 23:37:50 -0800
committerChris Robinson <[email protected]>2020-12-04 11:15:50 -0800
commit36c1589c11cb8f197576e748e06bc5fbb6dcc8bf (patch)
tree762341afeeba2e9176a670436c85c1d60552a5cf /alc/alu.cpp
parentaa05feec4a1d77eb37043aa93fc3237f70dc12ef (diff)
Move mastering.cpp/h 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 eb1fb291..5c532a05 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -60,6 +60,7 @@
#include "bformatdec.h"
#include "bs2b.h"
#include "core/devformat.h"
+#include "core/mastering.h"
#include "cpu_caps.h"
#include "effects/base.h"
#include "filters/biquad.h"
@@ -69,7 +70,6 @@
#include "front_stablizer.h"
#include "hrtf.h"
#include "inprogext.h"
-#include "mastering.h"
#include "math_defs.h"
#include "mixer/defs.h"
#include "opthelpers.h"