From 38b140fe70c809ca2f0a51ca2a617a29058b3c02 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Sep 2007 11:56:10 +0000 Subject: r25152: fix headers used in wbinfo.c metze (This used to be commit 2a794db3c548330d477497aa66245845486d9888) --- source3/nsswitch/wbinfo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index 5fa07222e2..45f27e7eb7 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -21,8 +21,7 @@ */ #include "includes.h" -#include "winbindd.h" -#include "debug.h" +#include "winbind_client.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND -- cgit