diff options
author | Max Kellermann <max@duempel.org> | 2013-09-03 09:18:30 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-03 09:18:30 +0200 |
commit | 8d36367fe2e593363ff941183da8804671fe9e3e (patch) | |
tree | e84389f426c013a36a4b426546266e0dee40ace1 /src/PlaylistRegistry.cxx | |
parent | 3deca8fccd9776828808d35181203d8fd95eb450 (diff) | |
download | mpd-8d36367fe2e593363ff941183da8804671fe9e3e.tar.gz mpd-8d36367fe2e593363ff941183da8804671fe9e3e.tar.xz mpd-8d36367fe2e593363ff941183da8804671fe9e3e.zip |
input_stream.h: rename to InputLegacy.hxx
Diffstat (limited to 'src/PlaylistRegistry.cxx')
-rw-r--r-- | src/PlaylistRegistry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistRegistry.cxx b/src/PlaylistRegistry.cxx index 97681d99e..79fec4bd9 100644 --- a/src/PlaylistRegistry.cxx +++ b/src/PlaylistRegistry.cxx @@ -31,7 +31,7 @@ #include "playlist/RssPlaylistPlugin.hxx" #include "playlist/CuePlaylistPlugin.hxx" #include "playlist/EmbeddedCuePlaylistPlugin.hxx" -#include "input_stream.h" +#include "InputLegacy.hxx" #include "util/UriUtil.hxx" #include "util/StringUtil.hxx" #include "conf.h" |