diff options
author | Chris Robinson <[email protected]> | 2020-12-04 13:13:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-04 13:13:52 -0800 |
commit | c4132b80ede60ead27fae595623ac61674ed166a (patch) | |
tree | 989d90c1c73f7fde3b97e9860a45478cd59aa2b7 /alc/alc.cpp | |
parent | 3a3094c88762dbeadda6418bbb6a060a85e29f3f (diff) |
Move a couple more things to core
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index 87c0578e..00008a81 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -78,12 +78,13 @@ #include "ambidefs.h" #include "atomic.h" #include "bformatdec.h" -#include "bs2b.h" #include "compat.h" +#include "core/bs2b.h" #include "core/devformat.h" #include "core/mastering.h" #include "core/filters/nfc.h" #include "core/filters/splitter.h" +#include "core/uhjfilter.h" #include "cpu_caps.h" #include "effects/base.h" #include "fpu_ctrl.h" @@ -97,7 +98,6 @@ #include "ringbuffer.h" #include "strutils.h" #include "threads.h" -#include "uhjfilter.h" #include "vecmat.h" #include "vector.h" |