summaryrefslogtreecommitdiff
path: root/src/input/Open.cxx
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 /src/input/Open.cxx
parent197968d65e5b212c9d1712a498b1c92e7985f2e3 (diff)
input/rewind: move sources out of the "plugins" directory
This is not a plugin.
Diffstat (limited to 'src/input/Open.cxx')
-rw-r--r--src/input/Open.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Open.cxx b/src/input/Open.cxx
index 177f575ed..9c136b064 100644
--- a/src/input/Open.cxx
+++ b/src/input/Open.cxx
@@ -22,7 +22,7 @@
#include "Registry.hxx"
#include "InputPlugin.hxx"
#include "LocalOpen.hxx"
-#include "plugins/RewindInputPlugin.hxx"
+#include "RewindInputStream.hxx"
#include "fs/Traits.hxx"
#include "fs/AllocatedPath.hxx"