From 26d92c80ed1c1cca8b3cb1c9793c09a330c25623 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 08:47:10 +0200 Subject: conf.h: remove obsolete header Use only ConfigData.hxx in plugin sources to reduce header dependencies. --- src/tag/TagId3.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tag') diff --git a/src/tag/TagId3.cxx b/src/tag/TagId3.cxx index 3f7605f5e..0bea92bb7 100644 --- a/src/tag/TagId3.cxx +++ b/src/tag/TagId3.cxx @@ -23,14 +23,13 @@ #include "TagTable.hxx" #include "Tag.hxx" #include "util/Error.hxx" +#include "ConfigGlobal.hxx" extern "C" { #include "riff.h" #include "aiff.h" } -#include "conf.h" - #include #include -- cgit v1.2.3