diff options
author | Chris Robinson <[email protected]> | 2020-12-03 23:37:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-04 11:15:50 -0800 |
commit | 36c1589c11cb8f197576e748e06bc5fbb6dcc8bf (patch) | |
tree | 762341afeeba2e9176a670436c85c1d60552a5cf /alc/alc.cpp | |
parent | aa05feec4a1d77eb37043aa93fc3237f70dc12ef (diff) |
Move mastering.cpp/h to core
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index 7cf6c5a9..faf6392e 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -81,6 +81,7 @@ #include "bs2b.h" #include "compat.h" #include "core/devformat.h" +#include "core/mastering.h" #include "cpu_caps.h" #include "effects/base.h" #include "filters/nfc.h" @@ -91,7 +92,6 @@ #include "inprogext.h" #include "intrusive_ptr.h" #include "logging.h" -#include "mastering.h" #include "opthelpers.h" #include "pragmadefs.h" #include "ringbuffer.h" |