diff options
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; |