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/Main.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 63008d87a..73cae630f 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -39,7 +39,6 @@ #include "Volume.hxx" #include "OutputAll.hxx" #include "Tag.hxx" -#include "conf.h" #include "replay_gain_config.h" #include "Idle.hxx" #include "SignalHandlers.hxx" @@ -57,7 +56,10 @@ #include "Daemon.hxx" #include "system/FatalError.hxx" #include "util/Error.hxx" +#include "ConfigGlobal.hxx" +#include "ConfigData.hxx" #include "ConfigDefaults.hxx" +#include "ConfigOption.hxx" extern "C" { #include "stats.h" -- cgit v1.2.3