From 96b763067e82d4b3a1b08b3a3c0ccca2114c35f3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 20:31:27 +0200 Subject: ape: convert to C++ --- test/read_tags.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') diff --git a/test/read_tags.cxx b/test/read_tags.cxx index 5998bad21..eda2604f6 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -24,11 +24,9 @@ #include "InputInit.hxx" #include "InputStream.hxx" #include "audio_format.h" -extern "C" { -#include "tag_ape.h" -} #include "tag_handler.h" #include "TagId3.hxx" +#include "ApeTag.hxx" #include -- cgit v1.2.3