diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2021-04-22 03:14:31 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2021-04-22 03:15:26 -0700 |
commit | d2f587ee23f3e538d6d2744b9acae2e15e047db8 (patch) | |
tree | 6605d92963ade5f06b0f475b97a8192d25dd9a92 /alc/alc.cpp | |
parent | f0154c4366445f8ef360c233e9bc11a33d75b922 (diff) |
Move helpers.cpp to core
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index b79ea9c8..c4e2d61c 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -79,12 +79,12 @@ #include "async_event.h" #include "atomic.h" #include "bformatdec.h" -#include "compat.h" #include "core/ambidefs.h" #include "core/bs2b.h" #include "core/cpu_caps.h" #include "core/devformat.h" #include "core/except.h" +#include "core/helpers.h" #include "core/mastering.h" #include "core/filters/nfc.h" #include "core/filters/splitter.h" |