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 /test | |
parent | 7c52a1c04bccac68f4220c8bf3d3a59c16ed58db (diff) | |
download | mpd-68eda78704ec50f71333d661db5568700fe00355.tar.gz mpd-68eda78704ec50f71333d661db5568700fe00355.tar.xz mpd-68eda78704ec50f71333d661db5568700fe00355.zip |
Mixer*: move to mixer/
Diffstat (limited to 'test')
-rw-r--r-- | test/read_mixer.cxx | 4 | ||||
-rw-r--r-- | test/run_filter.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx index d080f46ca..1401a6a1e 100644 --- a/test/read_mixer.cxx +++ b/test/read_mixer.cxx @@ -18,8 +18,8 @@ */ #include "config.h" -#include "MixerControl.hxx" -#include "MixerList.hxx" +#include "mixer/MixerControl.hxx" +#include "mixer/MixerList.hxx" #include "filter/FilterRegistry.hxx" #include "pcm/Volume.hxx" #include "GlobalEvents.hxx" diff --git a/test/run_filter.cxx b/test/run_filter.cxx index 3ce116280..7816827d7 100644 --- a/test/run_filter.cxx +++ b/test/run_filter.cxx @@ -26,7 +26,7 @@ #include "filter/FilterPlugin.hxx" #include "filter/FilterInternal.hxx" #include "pcm/Volume.hxx" -#include "MixerControl.hxx" +#include "mixer/MixerControl.hxx" #include "stdbin.h" #include "util/Error.hxx" #include "system/FatalError.hxx" |