diff options
author | Max Kellermann <max@musicpd.org> | 2018-06-22 19:31:06 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-06-22 19:31:06 +0200 |
commit | 01d8eb629072e4d5d02345868f4233177c99d70a (patch) | |
tree | e0207bc7d88f997c9c0c06cda608445d634fa142 /test | |
parent | 197968d65e5b212c9d1712a498b1c92e7985f2e3 (diff) |
input/rewind: move sources out of the "plugins" directory
This is not a plugin.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_rewind.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_rewind.cxx b/test/test_rewind.cxx index b854da36a..d911b5692 100644 --- a/test/test_rewind.cxx +++ b/test/test_rewind.cxx @@ -3,7 +3,7 @@ */ #include "config.h" -#include "input/plugins/RewindInputPlugin.hxx" +#include "input/RewindInputStream.hxx" #include "input/InputStream.hxx" #include "thread/Mutex.hxx" #include "thread/Cond.hxx" |