From 58db720e27d4b0c580fb4d3e036d823bc5d3a141 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 May 2011 00:03:48 +0200 Subject: s3-auth: run minimal_includes.pl Guenther --- source3/auth/auth_sam.c | 1 - source3/auth/auth_unix.c | 1 - source3/auth/auth_util.c | 1 - source3/auth/server_info_sam.c | 2 -- source3/auth/token_util.c | 1 - 5 files changed, 6 deletions(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index 8d2300dda7..d09d60e6cf 100644 --- a/source3/auth/auth_sam.c +++ b/source3/auth/auth_sam.c @@ -22,7 +22,6 @@ #include "includes.h" #include "auth.h" -#include "../libcli/auth/libcli_auth.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH diff --git a/source3/auth/auth_unix.c b/source3/auth/auth_unix.c index 8f9eacf76b..086c39e026 100644 --- a/source3/auth/auth_unix.c +++ b/source3/auth/auth_unix.c @@ -20,7 +20,6 @@ #include "includes.h" #include "auth.h" #include "system/passwd.h" -#include "../librpc/gen_ndr/samr.h" #include "smbd/globals.h" #undef DBGC_CLASS diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index b7ec9fff70..70d11239c9 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -23,7 +23,6 @@ #include "includes.h" #include "auth.h" -#include "smbd/globals.h" #include "../libcli/auth/libcli_auth.h" #include "../lib/crypto/arcfour.h" #include "rpc_client/init_lsa.h" diff --git a/source3/auth/server_info_sam.c b/source3/auth/server_info_sam.c index 5fd78a30fa..31fd9f9926 100644 --- a/source3/auth/server_info_sam.c +++ b/source3/auth/server_info_sam.c @@ -23,8 +23,6 @@ #include "includes.h" #include "auth.h" -#include "smbd/globals.h" -#include "../libcli/auth/libcli_auth.h" #include "nsswitch/winbind_client.h" #include "passdb.h" diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index da4745d833..ff55a671f3 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -31,7 +31,6 @@ #include "../librpc/gen_ndr/netlogon.h" #include "../libcli/security/security.h" #include "../lib/util/util_pw.h" -#include "lib/winbind_util.h" #include "passdb.h" #include "lib/privileges.h" -- cgit