1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

libwbclient: Talloc is no longer used

This commit is contained in:
Volker Lendecke 2010-04-25 10:15:43 +02:00
parent b29f3f497b
commit d61b07253b
2 changed files with 0 additions and 3 deletions

View File

@ -31,8 +31,6 @@
#include "nsswitch/winbind_nss_config.h"
#include "nsswitch/winbind_struct_protocol.h"
#include <talloc.h>
/* Public headers */
#include "wbclient.h"

View File

@ -2,7 +2,6 @@
bld.SAMBA_SUBSYSTEM('LIBWBCLIENT',
source='wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c wbc_util.c',
public_deps='talloc'
)