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/ZeroconfGlue.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ZeroconfGlue.cxx') diff --git a/src/ZeroconfGlue.cxx b/src/ZeroconfGlue.cxx index 14e1d0866..6e50d07ef 100644 --- a/src/ZeroconfGlue.cxx +++ b/src/ZeroconfGlue.cxx @@ -21,7 +21,8 @@ #include "ZeroconfGlue.hxx" #include "ZeroconfAvahi.hxx" #include "ZeroconfBonjour.hxx" -#include "conf.h" +#include "ConfigGlobal.hxx" +#include "ConfigOption.hxx" #include "Listen.hxx" #include "gcc.h" -- cgit v1.2.3