From 95b3430f5277cf36bc9acc989e301ae302747a98 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Dec 2008 17:28:32 +0100 Subject: removed os_compat.h Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable. --- src/zeroconf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/zeroconf.c') diff --git a/src/zeroconf.c b/src/zeroconf.c index 74351256c..d4757418a 100644 --- a/src/zeroconf.c +++ b/src/zeroconf.c @@ -16,10 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "../config.h" - #include "zeroconf.h" -#include "os_compat.h" #include "conf.h" #include "log.h" #include "listen.h" @@ -28,6 +25,8 @@ #include +#include + /* The dns-sd service type qualifier to publish */ #define SERVICE_TYPE "_mpd._tcp" -- cgit v1.2.3