From c4132b80ede60ead27fae595623ac61674ed166a Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Fri, 4 Dec 2020 13:13:52 -0800
Subject: Move a couple more things to core

---
 alc/panning.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'alc/panning.cpp')

diff --git a/alc/panning.cpp b/alc/panning.cpp
index 86a71a24..bfc640c0 100644
--- a/alc/panning.cpp
+++ b/alc/panning.cpp
@@ -50,14 +50,14 @@
 #include "ambdec.h"
 #include "ambidefs.h"
 #include "bformatdec.h"
-#include "bs2b.h"
+#include "core/bs2b.h"
 #include "core/devformat.h"
+#include "core/uhjfilter.h"
 #include "front_stablizer.h"
 #include "hrtf.h"
 #include "logging.h"
 #include "math_defs.h"
 #include "opthelpers.h"
-#include "uhjfilter.h"
 
 
 constexpr std::array<float,MAX_AMBI_CHANNELS> AmbiScale::FromN3D;
-- 
cgit v1.2.3