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/OutputAll.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/OutputAll.cxx') diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx index 27a4e42f5..49505323c 100644 --- a/src/OutputAll.cxx +++ b/src/OutputAll.cxx @@ -28,7 +28,9 @@ #include "MusicChunk.hxx" #include "system/FatalError.hxx" #include "util/Error.hxx" -#include "conf.h" +#include "ConfigData.hxx" +#include "ConfigGlobal.hxx" +#include "ConfigOption.hxx" #include "notify.hxx" #include -- cgit v1.2.3