aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-04 13:13:52 -0800
committerChris Robinson <[email protected]>2020-12-04 13:13:52 -0800
commitc4132b80ede60ead27fae595623ac61674ed166a (patch)
tree989d90c1c73f7fde3b97e9860a45478cd59aa2b7 /alc/alc.cpp
parent3a3094c88762dbeadda6418bbb6a060a85e29f3f (diff)
Move a couple more things to core
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp4
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"