diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-26 20:54:52 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-26 20:54:52 +0200 |
commit | 2e9b5e4e78f565b9191a92d4af13448dd8de7379 (patch) | |
tree | e1c9f9991e740195f9c114404af892d60d3ad83c /test | |
parent | 115dd2b5ce096dc44065343086c547737b04e904 (diff) |
filter/Registry: rename the source file
Diffstat (limited to 'test')
-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 603660c3b..30055e8bc 100644 --- a/test/read_mixer.cxx +++ b/test/read_mixer.cxx @@ -20,7 +20,7 @@ #include "NullMixerListener.hxx" #include "mixer/MixerControl.hxx" #include "mixer/MixerList.hxx" -#include "filter/FilterRegistry.hxx" +#include "filter/Registry.hxx" #include "event/Loop.hxx" #include "config/Block.hxx" #include "util/PrintException.hxx" |