aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/EmbeddedCuePlaylistPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-05 18:22:02 +0200
committerMax Kellermann <max@duempel.org>2013-09-05 18:26:56 +0200
commit3f267b1795d68e660af9ec1678909a6102102d7d (patch)
treedf4269532c85eab2f74fa31a1b1b400e32113dbd /src/playlist/EmbeddedCuePlaylistPlugin.cxx
parent7a4c9f5f4c38b568a51ec13988f5fcfbbe278afa (diff)
downloadmpd-3f267b1795d68e660af9ec1678909a6102102d7d.tar.gz
mpd-3f267b1795d68e660af9ec1678909a6102102d7d.tar.xz
mpd-3f267b1795d68e660af9ec1678909a6102102d7d.zip
Tag, ...: move to libtag.a
Diffstat (limited to '')
-rw-r--r--src/playlist/EmbeddedCuePlaylistPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/playlist/EmbeddedCuePlaylistPlugin.cxx b/src/playlist/EmbeddedCuePlaylistPlugin.cxx
index 8c5309ac1..6b497d50c 100644
--- a/src/playlist/EmbeddedCuePlaylistPlugin.cxx
+++ b/src/playlist/EmbeddedCuePlaylistPlugin.cxx
@@ -27,8 +27,8 @@
#include "EmbeddedCuePlaylistPlugin.hxx"
#include "PlaylistPlugin.hxx"
#include "SongEnumerator.hxx"
-#include "Tag.hxx"
-#include "TagHandler.hxx"
+#include "tag/Tag.hxx"
+#include "tag/TagHandler.hxx"
#include "tag/TagId3.hxx"
#include "tag/ApeTag.hxx"
#include "Song.hxx"