diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2021-04-22 03:00:05 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2021-04-22 03:00:05 -0700 |
commit | f0154c4366445f8ef360c233e9bc11a33d75b922 (patch) | |
tree | f207851792ac9573aba77989a61345dc4419b86c /alc/hrtf.cpp | |
parent | 8f8e9aa91395901f3714023b889455a2e1859d46 (diff) |
Move declarations to a more appropriate header
Diffstat (limited to 'alc/hrtf.cpp')
-rw-r--r-- | alc/hrtf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/hrtf.cpp b/alc/hrtf.cpp index 2d842fda..6d7bc949 100644 --- a/alc/hrtf.cpp +++ b/alc/hrtf.cpp @@ -42,13 +42,13 @@ #include "albit.h" #include "albyte.h" -#include "alcmain.h" #include "alconfig.h" #include "alfstream.h" #include "almalloc.h" #include "alnumeric.h" #include "aloptional.h" #include "alspan.h" +#include "compat.h" #include "core/ambidefs.h" #include "core/filters/splitter.h" #include "core/logging.h" |