From: Andrew Bartlett Date: Tue, 19 Feb 2013 00:44:19 +0000 (+1100) Subject: build: Remove includes.h dep in winbind client libraries X-Git-Tag: tevent-0.9.18~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=613f49ab8bf0bdcc7cd1e2c39bd624586a87cff3;p=thirdparty%2Fsamba.git build: Remove includes.h dep in winbind client libraries Our LGPL winbind client libs do not link against our server-side code, and should not use the server-side includes.h. This removes a build-time dep on talloc that was brought in via includes.h as this code also does not use talloc. Andrew Bartlett Reviewed-by: Stefan Metzmacher --- diff --git a/nsswitch/winbind_nss_solaris.c b/nsswitch/winbind_nss_solaris.c index 92da8591b7d..6d3c8a964fd 100644 --- a/nsswitch/winbind_nss_solaris.c +++ b/nsswitch/winbind_nss_solaris.c @@ -33,7 +33,6 @@ #include #include #include -#include "includes.h" #include #if !defined(HPUX)