diff options
author | Max Kellermann <max@duempel.org> | 2013-07-28 20:31:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-29 07:39:36 +0200 |
commit | 96b763067e82d4b3a1b08b3a3c0ccca2114c35f3 (patch) | |
tree | 68eb90ec47a20256fbb243f9fb6650e790fffd38 /src/playlist | |
parent | dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e (diff) | |
download | mpd-96b763067e82d4b3a1b08b3a3c0ccca2114c35f3.tar.gz mpd-96b763067e82d4b3a1b08b3a3c0ccca2114c35f3.tar.xz mpd-96b763067e82d4b3a1b08b3a3c0ccca2114c35f3.zip |
ape: convert to C++
Diffstat (limited to 'src/playlist')
-rw-r--r-- | src/playlist/EmbeddedCuePlaylistPlugin.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/playlist/EmbeddedCuePlaylistPlugin.cxx b/src/playlist/EmbeddedCuePlaylistPlugin.cxx index 8f8d87153..c45e1d718 100644 --- a/src/playlist/EmbeddedCuePlaylistPlugin.cxx +++ b/src/playlist/EmbeddedCuePlaylistPlugin.cxx @@ -29,14 +29,11 @@ #include "tag.h" #include "tag_handler.h" #include "TagId3.hxx" +#include "ApeTag.hxx" #include "Song.hxx" #include "TagFile.hxx" #include "cue/CueParser.hxx" -extern "C" { -#include "tag_ape.h" -} - #include <glib.h> #include <assert.h> #include <string.h> |