diff options
author | Max Kellermann <max@duempel.org> | 2013-10-23 23:10:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-23 23:10:27 +0200 |
commit | c4d4011c63808a64ca20a4b03fd455a83c23cc33 (patch) | |
tree | e039c57ed77afa4c3182318e36cc2bb1ccd36174 /src/input/RewindInputPlugin.cxx | |
parent | 3d12f8d2466d6a000bb116b4363a695c862ab52d (diff) | |
download | mpd-c4d4011c63808a64ca20a4b03fd455a83c23cc33.tar.gz mpd-c4d4011c63808a64ca20a4b03fd455a83c23cc33.tar.xz mpd-c4d4011c63808a64ca20a4b03fd455a83c23cc33.zip |
InputInternal: remove obsolete library
Diffstat (limited to '')
-rw-r--r-- | src/input/RewindInputPlugin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/RewindInputPlugin.cxx b/src/input/RewindInputPlugin.cxx index 567fb6888..c451ad332 100644 --- a/src/input/RewindInputPlugin.cxx +++ b/src/input/RewindInputPlugin.cxx @@ -19,7 +19,6 @@ #include "config.h" #include "RewindInputPlugin.hxx" -#include "InputInternal.hxx" #include "InputStream.hxx" #include "InputPlugin.hxx" #include "tag/Tag.hxx" |