diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 09:46:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 09:46:41 +0100 |
commit | de0ab43bc12be345d85779e444266153ff5be007 (patch) | |
tree | ce024a0c25c6fc75c65438b562b6300c06737a33 /src/OutputCommands.cxx | |
parent | e12cc01aa4b25798a2887ac6c5e01309e744ea8b (diff) | |
download | mpd-de0ab43bc12be345d85779e444266153ff5be007.tar.gz mpd-de0ab43bc12be345d85779e444266153ff5be007.tar.xz mpd-de0ab43bc12be345d85779e444266153ff5be007.zip |
output_*: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/OutputCommands.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/OutputCommands.cxx b/src/OutputCommands.cxx index 4dd689c4e..7d626477a 100644 --- a/src/OutputCommands.cxx +++ b/src/OutputCommands.cxx @@ -20,13 +20,10 @@ #include "config.h" #include "OutputCommands.hxx" #include "OutputPrint.hxx" +#include "OutputCommand.hxx" #include "protocol/Result.hxx" #include "protocol/ArgParser.hxx" -extern "C" { -#include "output_command.h" -} - #include <string.h> enum command_return |