From: Volker Lendecke Date: Thu, 15 Feb 2018 11:30:23 +0000 (+0100) Subject: tldap: Dump unnecessary includes X-Git-Tag: tevent-0.9.36~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9abe97285b7e1de25bf1c1f4fde8fd481a31a6bb;p=thirdparty%2Fsamba.git tldap: Dump unnecessary includes Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/tldap_util.c b/source3/lib/tldap_util.c index 89f812b97e0..508c6c02f80 100644 --- a/source3/lib/tldap_util.c +++ b/source3/lib/tldap_util.c @@ -22,8 +22,6 @@ #include "tldap_util.h" #include "../libcli/security/security.h" #include "../lib/util/asn1.h" -#include "../librpc/ndr/libndr.h" -#include "lib/util/base64.h" bool tldap_entry_values(struct tldap_message *msg, const char *attribute, DATA_BLOB **values, int *num_values)