summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-05-05 00:03:48 +0200
committerGünther Deschner <gd@samba.org>2011-05-05 02:05:26 +0200
commit58db720e27d4b0c580fb4d3e036d823bc5d3a141 (patch)
tree3c8d93b425b40dec3a50d7852dca6ccd9f04b8f2 /source3
parent7f36f3effa200709df021789786f6e7555aef33c (diff)
downloadsamba-58db720e27d4b0c580fb4d3e036d823bc5d3a141.tar.gz
samba-58db720e27d4b0c580fb4d3e036d823bc5d3a141.tar.bz2
samba-58db720e27d4b0c580fb4d3e036d823bc5d3a141.zip
s3-auth: run minimal_includes.pl
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/auth/auth_sam.c1
-rw-r--r--source3/auth/auth_unix.c1
-rw-r--r--source3/auth/auth_util.c1
-rw-r--r--source3/auth/server_info_sam.c2
-rw-r--r--source3/auth/token_util.c1
5 files changed, 0 insertions, 6 deletions
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"