diff options
-rw-r--r-- | pulse.cc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -11,9 +11,6 @@ #include <algorithm> #include <stdexcept> -// External -#include <pulse/pulseaudio.h> - namespace { static void connect_state_cb(pa_context* context, void* raw) { enum pa_context_state *state = static_cast<enum pa_context_state*>(raw); |