From 5d5f21bfc5911f9f80b3e24871287ac58db9543f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 18:34:12 +0200 Subject: Tag: compile-time initialisation of ignore_tag_items Move to TagSettings.c and use C99 initializers. --- src/TagPrint.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TagPrint.cxx') diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx index 3285d63db..e3c2c8c9e 100644 --- a/src/TagPrint.cxx +++ b/src/TagPrint.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "TagPrint.hxx" #include "tag/Tag.hxx" -#include "tag/TagInternal.hxx" +#include "tag/TagSettings.h" #include "Song.hxx" #include "Client.hxx" -- cgit v1.2.3