diff options
author | Chris Robinson <[email protected]> | 2018-11-01 08:19:51 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-01 08:19:51 -0700 |
commit | 48f877e85954caea71b6e41aebb54a46347746a7 (patch) | |
tree | 948ad3ac566c15640d80efc2627d416a51189986 | |
parent | ccf356a03dbfc871f4d29cb03ef4d45f9842f5c2 (diff) |
Remove unused header
-rw-r--r-- | Alc/backends/pulseaudio.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/backends/pulseaudio.cpp b/Alc/backends/pulseaudio.cpp index 439450cb..004425ce 100644 --- a/Alc/backends/pulseaudio.cpp +++ b/Alc/backends/pulseaudio.cpp @@ -33,7 +33,6 @@ #include "alMain.h" #include "alu.h" #include "alconfig.h" -#include "threads.h" #include "compat.h" #include "backends/base.h" |