diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2021-04-25 18:08:08 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2021-04-25 18:08:08 -0700 |
commit | 2479483645bf719233fa5d39bc91682f12d71350 (patch) | |
tree | de4d9f11e4d4549adc6e7a43b9c4a1d630f91feb /alc/panning.cpp | |
parent | 8d09d03ed363ab1735b1933588d8242ba85ddf10 (diff) |
Move bformatdec 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 ce6ba29c..5e263111 100644 --- a/alc/panning.cpp +++ b/alc/panning.cpp @@ -47,15 +47,15 @@ #include "alspan.h" #include "alstring.h" #include "alu.h" -#include "bformatdec.h" #include "core/ambdec.h" #include "core/ambidefs.h" +#include "core/bformatdec.h" #include "core/bs2b.h" #include "core/devformat.h" +#include "core/front_stablizer.h" #include "core/hrtf.h" #include "core/logging.h" #include "core/uhjfilter.h" -#include "front_stablizer.h" #include "math_defs.h" #include "opthelpers.h" |