diff options
Diffstat (limited to 'src/zeroconf.c')
-rw-r--r-- | src/zeroconf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c index e6cbb4287..e9742de49 100644 --- a/src/zeroconf.c +++ b/src/zeroconf.c @@ -18,8 +18,6 @@ #include "../config.h" -#ifdef HAVE_ZEROCONF - #include "zeroconf.h" #include "os_compat.h" #include "conf.h" @@ -630,5 +628,3 @@ void finishZeroconf(void) } #endif } - -#endif /* HAVE_ZEROCONF */ |