summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2014-07-16 17:40:57 -0400
committerIra Cooper <ira@samba.org>2014-08-09 18:26:16 +0200
commit61dd66575dd1917ceaca4dbae271e0a6a264271d (patch)
treee04c30e091f2d1c8ee86c0f27a609c31c0e3abb7 /nsswitch
parentf215cf14375b9b1de429535836151afe0517484e (diff)
downloadsamba-61dd66575dd1917ceaca4dbae271e0a6a264271d.tar.gz
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 <ira@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/wbinfo.c1
1 files changed, 0 insertions, 1 deletions
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"