From b8c5d16258e4a7a62a3da395f76fbd665af9c247 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Sep 2007 08:06:03 +0000 Subject: r25146: rename winbindd_nss.h => winbind_struct_protocol.h as this header has nothing todo with winbindd nor nss and it contains the definitions for the struct based protocol metze (This used to be commit e9e03aac2221c44eec89cc957b8bb3be721103bd) --- source3/nsswitch/winbindd.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source3/nsswitch/winbindd.h') diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index 3e68f516cb..27406ac438 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -23,12 +23,10 @@ #ifndef _WINBINDD_H #define _WINBINDD_H -#include "nterr.h" - -#include "winbindd_nss.h" +#include "nsswitch/winbind_struct_protocol.h" #ifdef HAVE_LIBNSCD -#include "libnscd.h" +#include #endif #ifdef HAVE_SYS_MMAN_H -- cgit