diff options
author | Chris Robinson <[email protected]> | 2023-06-01 18:16:17 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-06-01 18:16:17 -0700 |
commit | 2b7ab0b75086f3d73a7ffe9bc05a80e5d9c625f5 (patch) | |
tree | 49c532388826c07d21b0a7b9d206d5356095228c /alc/backends/opensl.cpp | |
parent | c200eb73a7cf47dbd1a4a3785be471adfb3513d8 (diff) |
Rename threads.cpp/h to alsem.cpp/h
Diffstat (limited to 'alc/backends/opensl.cpp')
-rw-r--r-- | alc/backends/opensl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/opensl.cpp b/alc/backends/opensl.cpp index a3b70791..2a161056 100644 --- a/alc/backends/opensl.cpp +++ b/alc/backends/opensl.cpp @@ -35,13 +35,13 @@ #include "albit.h" #include "alnumeric.h" +#include "alsem.h" #include "althrd_setname.h" #include "core/device.h" #include "core/helpers.h" #include "core/logging.h" #include "opthelpers.h" #include "ringbuffer.h" -#include "threads.h" #include <SLES/OpenSLES.h> #include <SLES/OpenSLES_Android.h> |