input/rewind: move sources out of the "plugins" directory

This is not a plugin.
This commit is contained in:
Max Kellermann
2018-06-22 19:31:06 +02:00
parent 197968d65e
commit 01d8eb6290
5 changed files with 8 additions and 8 deletions

View File

@@ -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"