diff options
author | Max Kellermann <max@duempel.org> | 2014-02-19 08:56:58 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 08:56:58 +0100 |
commit | 1cc17bfe7a470c2e2d74466a70ce3723e10baf4a (patch) | |
tree | 71823f614a30c0fd5524de23071a4d0fd9f6e633 /src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx | |
parent | 8ae492dfebbaf26188bf49d264a2633b5041a37b (diff) | |
download | mpd-1cc17bfe7a470c2e2d74466a70ce3723e10baf4a.tar.gz mpd-1cc17bfe7a470c2e2d74466a70ce3723e10baf4a.tar.xz mpd-1cc17bfe7a470c2e2d74466a70ce3723e10baf4a.zip |
cue/CueParser: move to playlist/
Diffstat (limited to 'src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx')
-rw-r--r-- | src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx b/src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx index 53f3feda0..2e903ae03 100644 --- a/src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx +++ b/src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx @@ -27,12 +27,12 @@ #include "EmbeddedCuePlaylistPlugin.hxx" #include "../PlaylistPlugin.hxx" #include "../SongEnumerator.hxx" +#include "../cue/CueParser.hxx" #include "tag/TagHandler.hxx" #include "tag/TagId3.hxx" #include "tag/ApeTag.hxx" #include "DetachedSong.hxx" #include "TagFile.hxx" -#include "cue/CueParser.hxx" #include "fs/Traits.hxx" #include "fs/AllocatedPath.hxx" #include "util/ASCII.hxx" |