diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:25:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:44:32 +0100 |
commit | 68eda78704ec50f71333d661db5568700fe00355 (patch) | |
tree | 0ea518a03e303946d7b4839d04b21ef77c200ff9 /src/command | |
parent | 7c52a1c04bccac68f4220c8bf3d3a59c16ed58db (diff) | |
download | mpd-68eda78704ec50f71333d661db5568700fe00355.tar.gz mpd-68eda78704ec50f71333d661db5568700fe00355.tar.xz mpd-68eda78704ec50f71333d661db5568700fe00355.zip |
Mixer*: move to mixer/
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/OtherCommands.cxx | 2 | ||||
-rw-r--r-- | src/command/PlayerCommands.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/command/OtherCommands.cxx b/src/command/OtherCommands.cxx index 67d2aecf3..6432ce4e7 100644 --- a/src/command/OtherCommands.cxx +++ b/src/command/OtherCommands.cxx @@ -34,7 +34,7 @@ #include "protocol/ArgParser.hxx" #include "protocol/Result.hxx" #include "ls.hxx" -#include "Volume.hxx" +#include "mixer/Volume.hxx" #include "util/ASCII.hxx" #include "util/UriUtil.hxx" #include "util/Error.hxx" diff --git a/src/command/PlayerCommands.cxx b/src/command/PlayerCommands.cxx index f703057cf..28258dded 100644 --- a/src/command/PlayerCommands.cxx +++ b/src/command/PlayerCommands.cxx @@ -24,7 +24,7 @@ #include "PlaylistPrint.hxx" #include "db/update/UpdateGlue.hxx" #include "client/Client.hxx" -#include "Volume.hxx" +#include "mixer/Volume.hxx" #include "output/OutputAll.hxx" #include "Partition.hxx" #include "protocol/Result.hxx" |