diff options
author | Max Kellermann <max@duempel.org> | 2013-01-26 01:18:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-26 01:23:02 +0100 |
commit | 3203a7dd8ce8db6afcc54d68d63b4f4af7dc4c7f (patch) | |
tree | 3e88008b1fbe0bebd676aac29b3415a7edc6fdab /src/playlist | |
parent | 86b0adc82ce64bb08518088c35ce754dc96d7062 (diff) | |
download | mpd-3203a7dd8ce8db6afcc54d68d63b4f4af7dc4c7f.tar.gz mpd-3203a7dd8ce8db6afcc54d68d63b4f4af7dc4c7f.tar.xz mpd-3203a7dd8ce8db6afcc54d68d63b4f4af7dc4c7f.zip |
tag_file: convert to C++
Diffstat (limited to 'src/playlist')
-rw-r--r-- | src/playlist/EmbeddedCuePlaylistPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/EmbeddedCuePlaylistPlugin.cxx b/src/playlist/EmbeddedCuePlaylistPlugin.cxx index 2337f806e..5cd941df6 100644 --- a/src/playlist/EmbeddedCuePlaylistPlugin.cxx +++ b/src/playlist/EmbeddedCuePlaylistPlugin.cxx @@ -29,9 +29,9 @@ #include "tag.h" #include "tag_handler.h" #include "song.h" +#include "TagFile.hxx" extern "C" { -#include "tag_file.h" #include "tag_ape.h" #include "tag_id3.h" #include "cue/cue_parser.h" |