diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 08:59:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 09:05:01 +0100 |
commit | 9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 (patch) | |
tree | 2cfe029e0581c059126051b3450163226343a3b9 /src/Main.cxx | |
parent | 804900df362c7f65736f8863e7be330e1ddf8758 (diff) | |
download | mpd-9f4b906e6cb61def8afddc2ed9bdf826e52e96d2.tar.gz mpd-9f4b906e6cb61def8afddc2ed9bdf826e52e96d2.tar.xz mpd-9f4b906e6cb61def8afddc2ed9bdf826e52e96d2.zip |
volume: convert to C++
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 371602247..82816fcf9 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -34,6 +34,7 @@ #include "Client.hxx" #include "AllCommands.hxx" #include "Partition.hxx" +#include "Volume.hxx" extern "C" { #include "daemon.h" @@ -45,7 +46,6 @@ extern "C" { #include "sig_handlers.h" #include "audio_config.h" #include "output_all.h" -#include "volume.h" #include "log.h" #include "pcm_resample.h" #include "replay_gain_config.h" |