From dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 20:25:45 +0200 Subject: tag_id3: convert to C++ --- test/dump_rva2.cxx | 4 +--- test/read_tags.cxx | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/dump_rva2.cxx b/test/dump_rva2.cxx index e58b8cd30..c849f6a89 100644 --- a/test/dump_rva2.cxx +++ b/test/dump_rva2.cxx @@ -18,9 +18,7 @@ */ #include "config.h" -extern "C" { -#include "tag_id3.h" -} +#include "TagId3.hxx" #include "TagRva2.hxx" #include "replay_gain_info.h" #include "conf.h" 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 -- cgit v1.2.3