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/PlayerCommands.cxx | |
parent | 9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 (diff) |
mixer_all: convert to C++
Diffstat (limited to 'src/PlayerCommands.cxx')
-rw-r--r-- | src/PlayerCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerCommands.cxx b/src/PlayerCommands.cxx index 5920863a6..c272ae354 100644 --- a/src/PlayerCommands.cxx +++ b/src/PlayerCommands.cxx @@ -25,13 +25,13 @@ #include "UpdateGlue.hxx" #include "ClientInternal.hxx" #include "Volume.hxx" +#include "OutputAll.hxx" #include "protocol/Result.hxx" #include "protocol/ArgParser.hxx" extern "C" { #include "audio_format.h" #include "replay_gain_config.h" -#include "output_all.h" } #include "PlayerControl.hxx" |