TagTable: un-inline the two functions

Reduce header dependencies.
This commit is contained in:
Max Kellermann
2013-09-04 23:53:50 +02:00
parent 867b82b6de
commit 681d6bbdc5
6 changed files with 65 additions and 25 deletions

View File

@@ -24,6 +24,10 @@
#include "TagTable.hxx"
#include "TagHandler.hxx"
#include <glib.h>
#include <string.h>
const struct tag_table ape_tags[] = {
{ "album artist", TAG_ALBUM_ARTIST },
{ "year", TAG_DATE },