diff options
author | Chris Robinson <[email protected]> | 2018-11-26 20:34:16 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-26 20:34:16 -0800 |
commit | bf9db1fe3d611137448c0eb99978c8906531ffc1 (patch) | |
tree | 8b63692a566aed2922b56126106c4e68412a0c79 /Alc | |
parent | ecab90802a62266687cf8aeaa61dc2811ce191e7 (diff) |
Remove althrd_t from Windows
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/helpers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/helpers.cpp b/Alc/helpers.cpp index d06a4807..8a2a851d 100644 --- a/Alc/helpers.cpp +++ b/Alc/helpers.cpp @@ -118,7 +118,6 @@ DEFINE_PROPERTYKEY(PKEY_AudioEndpoint_GUID, 0x1da5d803, 0xd492, 0x4edd, 0x8c, 0x #include "alu.h" #include "cpu_caps.h" #include "fpu_modes.h" -#include "uintmap.h" #include "vector.h" #include "compat.h" #include "threads.h" |