diff options
author | Chris Robinson <[email protected]> | 2021-04-27 08:26:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-27 08:26:42 -0700 |
commit | ff380298e4086490584707b8ffde44c5ad64830f (patch) | |
tree | 313288fbfdc2ea7824508e85d264966db6078368 /al/buffer.cpp | |
parent | 99157f149f180cfcc2e4be6a3d2a54843411e87a (diff) |
Move BufferStorage and Voice to core
Diffstat (limited to 'al/buffer.cpp')
-rw-r--r-- | al/buffer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/al/buffer.cpp b/al/buffer.cpp index 906b40fc..21f46fc8 100644 --- a/al/buffer.cpp +++ b/al/buffer.cpp @@ -50,10 +50,10 @@ #include "aloptional.h" #include "atomic.h" #include "core/except.h" -#include "inprogext.h" #include "core/logging.h" +#include "core/voice.h" +#include "inprogext.h" #include "opthelpers.h" -#include "voice.h" namespace { |