summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/auth/auth_sam_reply.c1
-rw-r--r--source4/auth/gensec/cyrus_sasl.c1
-rw-r--r--source4/auth/sam.c4
-rw-r--r--source4/auth/session.c2
-rw-r--r--source4/auth/system_session.c1
5 files changed, 0 insertions, 9 deletions
diff --git a/source4/auth/auth_sam_reply.c b/source4/auth/auth_sam_reply.c
index 0aa41aeebb..d7792e5559 100644
--- a/source4/auth/auth_sam_reply.c
+++ b/source4/auth/auth_sam_reply.c
@@ -23,7 +23,6 @@
#include "includes.h"
#include "auth/auth.h"
#include "libcli/security/security.h"
-#include "librpc/gen_ndr/ndr_netlogon.h"
#include "auth/auth_sam_reply.h"
NTSTATUS auth_convert_server_info_sambaseinfo(TALLOC_CTX *mem_ctx,
diff --git a/source4/auth/gensec/cyrus_sasl.c b/source4/auth/gensec/cyrus_sasl.c
index f56386784e..c4f954442c 100644
--- a/source4/auth/gensec/cyrus_sasl.c
+++ b/source4/auth/gensec/cyrus_sasl.c
@@ -24,7 +24,6 @@
#include "auth/credentials/credentials.h"
#include "auth/gensec/gensec.h"
#include "auth/gensec/gensec_proto.h"
-#include "lib/socket/socket.h"
#include <sasl/sasl.h>
struct gensec_sasl_state {
diff --git a/source4/auth/sam.c b/source4/auth/sam.c
index d6d1a50522..894ba37fd5 100644
--- a/source4/auth/sam.c
+++ b/source4/auth/sam.c
@@ -24,12 +24,8 @@
#include "system/time.h"
#include "auth/auth.h"
#include <ldb.h>
-#include "../lib/util/util_ldb.h"
#include "dsdb/samdb/samdb.h"
#include "libcli/security/security.h"
-#include "librpc/gen_ndr/ndr_netlogon.h"
-#include "librpc/gen_ndr/ndr_security.h"
-#include "param/param.h"
#include "auth/auth_sam.h"
#include "dsdb/common/util.h"
diff --git a/source4/auth/session.c b/source4/auth/session.c
index a21fbcf451..29ba13e536 100644
--- a/source4/auth/session.c
+++ b/source4/auth/session.c
@@ -26,8 +26,6 @@
#include "libcli/security/security.h"
#include "libcli/auth/libcli_auth.h"
#include "dsdb/samdb/samdb.h"
-#include "auth/credentials/credentials.h"
-#include "param/param.h"
#include "auth/session_proto.h"
_PUBLIC_ struct auth_session_info *anonymous_session(TALLOC_CTX *mem_ctx,
diff --git a/source4/auth/system_session.c b/source4/auth/system_session.c
index 2835a20e34..8fdf52792e 100644
--- a/source4/auth/system_session.c
+++ b/source4/auth/system_session.c
@@ -23,7 +23,6 @@
#include "includes.h"
#include "libcli/security/security.h"
-#include "libcli/auth/libcli_auth.h"
#include "auth/credentials/credentials.h"
#include "param/param.h"
#include "auth/auth.h" /* for auth_serversupplied_info */