diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/read_tags.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
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 <glib.h> |