aboutsummaryrefslogtreecommitdiff
path: root/src/mixer/PulseMixerPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-02-22 20:51:23 +0100
committerMax Kellermann <max@duempel.org>2013-02-22 20:51:23 +0100
commit496f70fc0d717719a6defb645918785381efa22b (patch)
tree7b0e8b58d53ebac96fd5ece67158038bb1c10dcc /src/mixer/PulseMixerPlugin.cxx
parent9ede4c5f3c5b72e8be2ee2e58ffdf36af019b607 (diff)
mixer_plugin: convert to C++
Diffstat (limited to 'src/mixer/PulseMixerPlugin.cxx')
-rw-r--r--src/mixer/PulseMixerPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/PulseMixerPlugin.cxx b/src/mixer/PulseMixerPlugin.cxx
index 65dbc01f..d7c6c804 100644
--- a/src/mixer/PulseMixerPlugin.cxx
+++ b/src/mixer/PulseMixerPlugin.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "PulseMixerPlugin.h"
-#include "mixer_api.h"
+#include "MixerInternal.hxx"
#include "output/pulse_output_plugin.h"
#include "conf.h"
#include "GlobalEvents.hxx"