aboutsummaryrefslogtreecommitdiff
path: root/src/PlayerCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 08:59:11 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 09:05:01 +0100
commit9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 (patch)
tree2cfe029e0581c059126051b3450163226343a3b9 /src/PlayerCommands.cxx
parent804900df362c7f65736f8863e7be330e1ddf8758 (diff)
volume: convert to C++
Diffstat (limited to 'src/PlayerCommands.cxx')
-rw-r--r--src/PlayerCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerCommands.cxx b/src/PlayerCommands.cxx
index 2bd6fc4e..5920863a 100644
--- a/src/PlayerCommands.cxx
+++ b/src/PlayerCommands.cxx
@@ -24,12 +24,12 @@
#include "PlaylistPrint.hxx"
#include "UpdateGlue.hxx"
#include "ClientInternal.hxx"
+#include "Volume.hxx"
#include "protocol/Result.hxx"
#include "protocol/ArgParser.hxx"
extern "C" {
#include "audio_format.h"
-#include "volume.h"
#include "replay_gain_config.h"
#include "output_all.h"
}