winbindd: Remove ads.h include from nss_info
authorChristof Schmitt <cs@samba.org>
Tue, 26 Jun 2018 20:30:06 +0000 (13:30 -0700)
committerChristof Schmitt <cs@samba.org>
Wed, 11 Jul 2018 20:39:36 +0000 (22:39 +0200)
commit8fe2fdc73a8b441e0850289eb547db2926cd7fda
tree61e13d8811da0ab35d4d19dec084b3c9001e457d
parent4628afa3f563924434ccae9918cf60778b8ab91f
winbindd: Remove ads.h include from nss_info

nss_info does not use libads. Removing this include
fixes a compile error when trying to compile with a
system provided heimdal library:

[2188/3043] Compiling source3/winbindd/nss_info.c
In file included from ../source3/libads/kerberos_proto.h:33:0,
                 from ../source3/include/ads.h:154,
                 from ../source3/winbindd/nss_info.c:24:
../lib/replace/system/kerberos.h:33:10: fatal error: krb5.h: No such file or directory
 #include <krb5.h>
          ^~~~~~~~

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Christof Schmitt <cs@samba.org>
Autobuild-Date(master): Wed Jul 11 22:39:36 CEST 2018 on sn-devel-144
source3/winbindd/nss_info.c