diff options
author | Günther Deschner <gd@samba.org> | 2011-05-05 00:03:48 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-05 02:05:26 +0200 |
commit | 58db720e27d4b0c580fb4d3e036d823bc5d3a141 (patch) | |
tree | 3c8d93b425b40dec3a50d7852dca6ccd9f04b8f2 /source3 | |
parent | 7f36f3effa200709df021789786f6e7555aef33c (diff) | |
download | samba-58db720e27d4b0c580fb4d3e036d823bc5d3a141.tar.gz |
s3-auth: run minimal_includes.pl
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/auth_sam.c | 1 | ||||
-rw-r--r-- | source3/auth/auth_unix.c | 1 | ||||
-rw-r--r-- | source3/auth/auth_util.c | 1 | ||||
-rw-r--r-- | source3/auth/server_info_sam.c | 2 | ||||
-rw-r--r-- | source3/auth/token_util.c | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index 8d2300dda74..d09d60e6cf7 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 8f9eacf76b3..086c39e026f 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 b7ec9fff704..70d11239c92 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 5fd78a30fa7..31fd9f99261 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 da4745d8339..ff55a671f37 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" |