From 613f49ab8bf0bdcc7cd1e2c39bd624586a87cff3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 19 Feb 2013 11:44:19 +1100 Subject: 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 --- nsswitch/winbind_nss_solaris.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nsswitch/winbind_nss_solaris.c') diff --git a/nsswitch/winbind_nss_solaris.c b/nsswitch/winbind_nss_solaris.c index 92da8591b7..6d3c8a964f 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) -- cgit