diff options
author | Chris Robinson <[email protected]> | 2020-12-25 06:30:47 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-25 06:30:47 -0800 |
commit | 20820fd01beb265722d8521ad725c3c479800273 (patch) | |
tree | a015e542f7a39b1c9945f995e4b5ea43f05ae1d3 /alc/bformatdec.cpp | |
parent | fe9ec157fd0ea647452c4894209c4016fffac682 (diff) |
Move the ambdec loader to core
Diffstat (limited to 'alc/bformatdec.cpp')
-rw-r--r-- | alc/bformatdec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/bformatdec.cpp b/alc/bformatdec.cpp index c47a042f..b1bd8981 100644 --- a/alc/bformatdec.cpp +++ b/alc/bformatdec.cpp @@ -12,7 +12,7 @@ #include "almalloc.h" #include "alu.h" -#include "ambdec.h" +#include "core/ambdec.h" #include "core/filters/splitter.h" #include "front_stablizer.h" #include "math_defs.h" |