Tag: compile-time initialisation of ignore_tag_items

Move to TagSettings.c and use C99 initializers.
This commit is contained in:
Max Kellermann
2013-09-05 18:34:12 +02:00
parent fcccedc588
commit 5d5f21bfc5
10 changed files with 34 additions and 25 deletions

View File

@@ -26,7 +26,7 @@
#include "Song.hxx"
#include "TextFile.hxx"
#include "tag/Tag.hxx"
#include "tag/TagInternal.hxx"
#include "tag/TagSettings.h"
#include "fs/Path.hxx"
#include "util/Error.hxx"