diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:31:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:43:57 +0100 |
commit | 7c52a1c04bccac68f4220c8bf3d3a59c16ed58db (patch) | |
tree | 6c1f8b99225343974584817b3278958599e2e12a /test/read_mixer.cxx | |
parent | 9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6 (diff) | |
download | mpd-7c52a1c04bccac68f4220c8bf3d3a59c16ed58db.tar.gz mpd-7c52a1c04bccac68f4220c8bf3d3a59c16ed58db.tar.xz mpd-7c52a1c04bccac68f4220c8bf3d3a59c16ed58db.zip |
Filter*: move to filter/
Diffstat (limited to '')
-rw-r--r-- | test/read_mixer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx index 60c60c86a..d080f46ca 100644 --- a/test/read_mixer.cxx +++ b/test/read_mixer.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "MixerControl.hxx" #include "MixerList.hxx" -#include "FilterRegistry.hxx" +#include "filter/FilterRegistry.hxx" #include "pcm/Volume.hxx" #include "GlobalEvents.hxx" #include "Main.hxx" |