aboutsummaryrefslogtreecommitdiffstats
path: root/pulse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pulse.cc')
-rw-r--r--pulse.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/pulse.cc b/pulse.cc
index 64bef66..abcb668 100644
--- a/pulse.cc
+++ b/pulse.cc
@@ -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);