summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-06-22 19:31:06 +0200
committerMax Kellermann <max@musicpd.org>2018-06-22 19:31:06 +0200
commit01d8eb629072e4d5d02345868f4233177c99d70a (patch)
treee0207bc7d88f997c9c0c06cda608445d634fa142 /test
parent197968d65e5b212c9d1712a498b1c92e7985f2e3 (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.cxx2
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"