aboutsummaryrefslogtreecommitdiff
path: root/src/OutputPrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 08:54:26 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 09:05:06 +0100
commitc3c776bc6aa9f550a832ff3a2ace4f7980f6a791 (patch)
tree53452f78ad1ad5c384224e4279ddbab88197b664 /src/OutputPrint.cxx
parent9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 (diff)
mixer_all: convert to C++
Diffstat (limited to 'src/OutputPrint.cxx')
-rw-r--r--src/OutputPrint.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/OutputPrint.cxx b/src/OutputPrint.cxx
index ed439154..240ea967 100644
--- a/src/OutputPrint.cxx
+++ b/src/OutputPrint.cxx
@@ -24,13 +24,10 @@
#include "config.h"
#include "OutputPrint.hxx"
+#include "OutputAll.hxx"
#include "output_internal.h"
#include "Client.hxx"
-extern "C" {
-#include "output_all.h"
-}
-
void
printAudioDevices(Client *client)
{