From 9d08ac424cdf3166110370e94799693bdbb201af Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 28 Aug 2013 14:53:08 +0200 Subject: s3-winbindd: remove unneded include of secrets.h from idmap_ad.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Michael Adam --- source3/winbindd/idmap_ad.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/winbindd/idmap_ad.c') diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 1ed6570b0e..8b63801906 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -31,7 +31,6 @@ #include "ads.h" #include "libads/ldap_schema.h" #include "nss_info.h" -#include "secrets.h" #include "idmap.h" #include "../libcli/ldap/ldap_ndr.h" #include "../libcli/security/security.h" -- cgit