aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_tags.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 20:25:45 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 20:25:45 +0200
commitdd5ba062cc03d0de7fa2b46f16817f8c7c2b112e (patch)
tree3bf0273d15ce6a4a2b62ba344e80bbb4a3617e40 /test/read_tags.cxx
parentba161ec572b98d3bcf9f735ff122133319fe896a (diff)
downloadmpd-dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e.tar.gz
mpd-dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e.tar.xz
mpd-dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e.zip
tag_id3: convert to C++
Diffstat (limited to 'test/read_tags.cxx')
-rw-r--r--test/read_tags.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_tags.cxx b/test/read_tags.cxx
index 4b208faed..5998bad21 100644
--- a/test/read_tags.cxx
+++ b/test/read_tags.cxx
@@ -26,9 +26,9 @@
#include "audio_format.h"
extern "C" {
#include "tag_ape.h"
-#include "tag_id3.h"
}
#include "tag_handler.h"
+#include "TagId3.hxx"
#include <glib.h>