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/panning.cpp | |
parent | 3a3094c88762dbeadda6418bbb6a060a85e29f3f (diff) |
Move a couple more things to core
Diffstat (limited to 'alc/panning.cpp')
-rw-r--r-- | alc/panning.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |