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 /al/source.cpp | |
parent | 26c8c50c2605e377f74d7a73bae3bbbf4f7bad61 (diff) |
Move ContextBase and VoiceChange to core
Diffstat (limited to 'al/source.cpp')
-rw-r--r-- | al/source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.cpp b/al/source.cpp index 27eeff9c..ca234a05 100644 --- a/al/source.cpp +++ b/al/source.cpp @@ -63,6 +63,7 @@ #include "core/filters/nfc.h" #include "core/filters/splitter.h" #include "core/logging.h" +#include "core/voice_change.h" #include "event.h" #include "filter.h" #include "inprogext.h" @@ -70,7 +71,6 @@ #include "opthelpers.h" #include "ringbuffer.h" #include "threads.h" -#include "voice_change.h" namespace { |