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/tag/TagConfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag/TagConfig.cxx') diff --git a/src/tag/TagConfig.cxx b/src/tag/TagConfig.cxx index 22f7a64fa..9e47cd05b 100644 --- a/src/tag/TagConfig.cxx +++ b/src/tag/TagConfig.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "TagConfig.hxx" -#include "TagInternal.hxx" +#include "TagSettings.h" #include "Tag.hxx" #include "ConfigGlobal.hxx" #include "ConfigOption.hxx" -- cgit v1.2.3