diff options
author | Chris Robinson <[email protected]> | 2021-04-27 08:04:09 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-27 08:04:09 -0700 |
commit | 99157f149f180cfcc2e4be6a3d2a54843411e87a (patch) | |
tree | a813425be6d0cc5ee217ece901bb0ab483c02acd /alc/alc.cpp | |
parent | 26c8c50c2605e377f74d7a73bae3bbbf4f7bad61 (diff) |
Move ContextBase and VoiceChange 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 47b77758..858fe278 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -93,6 +93,7 @@ #include "core/hrtf.h" #include "core/logging.h" #include "core/uhjfilter.h" +#include "core/voice_change.h" #include "effects/base.h" #include "inprogext.h" #include "intrusive_ptr.h" @@ -103,7 +104,6 @@ #include "threads.h" #include "vecmat.h" #include "vector.h" -#include "voice_change.h" #include "backends/base.h" #include "backends/null.h" |