diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 08:54:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 09:05:06 +0100 |
commit | c3c776bc6aa9f550a832ff3a2ace4f7980f6a791 (patch) | |
tree | 53452f78ad1ad5c384224e4279ddbab88197b664 /src/OutputPrint.cxx | |
parent | 9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 (diff) | |
download | mpd-c3c776bc6aa9f550a832ff3a2ace4f7980f6a791.tar.gz mpd-c3c776bc6aa9f550a832ff3a2ace4f7980f6a791.tar.xz mpd-c3c776bc6aa9f550a832ff3a2ace4f7980f6a791.zip |
mixer_all: convert to C++
Diffstat (limited to 'src/OutputPrint.cxx')
-rw-r--r-- | src/OutputPrint.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/OutputPrint.cxx b/src/OutputPrint.cxx index ed4391547..240ea967b 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) { |