From 68eda78704ec50f71333d661db5568700fe00355 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 24 Jan 2014 16:25:21 +0100 Subject: Mixer*: move to mixer/ --- src/command/OtherCommands.cxx | 2 +- src/command/PlayerCommands.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command') 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" -- cgit v1.2.3