From 681d6bbdc565ce285f798d1d0c84756f86947f97 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Sep 2013 23:53:50 +0200 Subject: TagTable: un-inline the two functions Reduce header dependencies. --- src/tag/ApeTag.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tag/ApeTag.cxx') diff --git a/src/tag/ApeTag.cxx b/src/tag/ApeTag.cxx index 34c2b703b..acaeada25 100644 --- a/src/tag/ApeTag.cxx +++ b/src/tag/ApeTag.cxx @@ -24,6 +24,10 @@ #include "TagTable.hxx" #include "TagHandler.hxx" +#include + +#include + const struct tag_table ape_tags[] = { { "album artist", TAG_ALBUM_ARTIST }, { "year", TAG_DATE }, -- cgit v1.2.3