diff options
author | Dave Reisner <dreisner@archlinux.org> | 2015-03-27 12:45:42 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2015-03-27 12:45:42 -0400 |
commit | a6738322ff7d752b6c5583a2ad010f3c12ce49b7 (patch) | |
tree | 108f8af74a9799a45b19f93e934891c06f335379 | |
parent | b65544c245920fd230554a4445f6931b734b4785 (diff) | |
download | mirror-ponymix-a6738322ff7d752b6c5583a2ad010f3c12ce49b7.tar.gz mirror-ponymix-a6738322ff7d752b6c5583a2ad010f3c12ce49b7.tar.bz2 mirror-ponymix-a6738322ff7d752b6c5583a2ad010f3c12ce49b7.zip |
pulse.cc: remove redundant #include
-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); |