diff options
author | Chris Robinson <[email protected]> | 2022-09-22 21:02:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-09-22 21:02:50 -0700 |
commit | 8e8b371397c606656e2590833b945b84a4fab587 (patch) | |
tree | 7acc27f0b9a94af47e2af338eefa6a001a6fd01c | |
parent | 985cb7b38cdf5bbfe6fa9b7f5ffbf2030f1fff99 (diff) |
Remove an unnecessary include
-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 b1228b4e..4d5ac0d8 100644 --- a/alc/backends/pulseaudio.cpp +++ b/alc/backends/pulseaudio.cpp @@ -34,7 +34,6 @@ #include <limits> #include <mutex> #include <new> -#include <poll.h> #include <stdint.h> #include <stdlib.h> #include <string> |