mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
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 <metze@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
f2c7f2c93d
commit
613f49ab8b
@ -33,7 +33,6 @@
|
||||
#include <sys/param.h>
|
||||
#include <string.h>
|
||||
#include <pwd.h>
|
||||
#include "includes.h"
|
||||
#include <syslog.h>
|
||||
|
||||
#if !defined(HPUX)
|
||||
|
Reference in New Issue
Block a user