aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/CuePlaylistPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-03 09:18:30 +0200
committerMax Kellermann <max@duempel.org>2013-09-03 09:18:30 +0200
commit8d36367fe2e593363ff941183da8804671fe9e3e (patch)
treee84389f426c013a36a4b426546266e0dee40ace1 /src/playlist/CuePlaylistPlugin.cxx
parent3deca8fccd9776828808d35181203d8fd95eb450 (diff)
downloadmpd-8d36367fe2e593363ff941183da8804671fe9e3e.tar.gz
mpd-8d36367fe2e593363ff941183da8804671fe9e3e.tar.xz
mpd-8d36367fe2e593363ff941183da8804671fe9e3e.zip
input_stream.h: rename to InputLegacy.hxx
Diffstat (limited to 'src/playlist/CuePlaylistPlugin.cxx')
-rw-r--r--src/playlist/CuePlaylistPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/CuePlaylistPlugin.cxx b/src/playlist/CuePlaylistPlugin.cxx
index fd9c2de09..139ab52f4 100644
--- a/src/playlist/CuePlaylistPlugin.cxx
+++ b/src/playlist/CuePlaylistPlugin.cxx
@@ -22,7 +22,7 @@
#include "PlaylistPlugin.hxx"
#include "Tag.hxx"
#include "Song.hxx"
-#include "input_stream.h"
+#include "InputLegacy.hxx"
#include "cue/CueParser.hxx"
#include "TextInputStream.hxx"