build: Remove includes.h dep in winbind client libraries
authorAndrew Bartlett <abartlet@samba.org>
Tue, 19 Feb 2013 00:44:19 +0000 (11:44 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Feb 2013 07:46:35 +0000 (08:46 +0100)
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 <metze@samba.org>
nsswitch/winbind_nss_solaris.c

index 92da8591b7d9cccc30ed6cbec77113afc4f6aa35..6d3c8a964fdc98271562fb3cac8e6e5366b6d44a 100644 (file)
@@ -33,7 +33,6 @@
 #include <sys/param.h>
 #include <string.h>
 #include <pwd.h>
-#include "includes.h"
 #include <syslog.h>
 
 #if !defined(HPUX)