From c8f811034288e45b762b51b8cfb66b021a32f5bd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 18:36:18 +0200 Subject: s3-build: only include libnscd.h where needed. Guenther --- source3/include/includes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 1801a629db..ab828c05c6 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -907,10 +907,6 @@ void exit_server(const char *const reason) _NORETURN_; void exit_server_cleanly(const char *const reason) _NORETURN_; void exit_server_fault(void) _NORETURN_; -#ifdef HAVE_LIBNSCD -#include "libnscd.h" -#endif - #if defined(HAVE_IPV6) void in6_addr_to_sockaddr_storage(struct sockaddr_storage *ss, struct in6_addr ip); -- cgit