From 61dd66575dd1917ceaca4dbae271e0a6a264271d Mon Sep 17 00:00:00 2001 From: Ira Cooper Date: Wed, 16 Jul 2014 17:40:57 -0400 Subject: nsswitch: Fix bogus #include line. We are not allowed to reach around behind the system's back and include the wrong headerfiles. Signed-off-by: Ira Cooper Reviewed-by: Jeremy Allison --- nsswitch/wbinfo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index a3e64514552..a31fbdf283f 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -24,7 +24,6 @@ #include "includes.h" #include "winbind_client.h" #include "libwbclient/wbclient.h" -#include "lib/popt/popt.h" #include "../libcli/auth/libcli_auth.h" #include "lib/cmdline/popt_common.h" #include "lib/afs/afs_settoken.h" -- cgit v1.2.1