diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-05-21 16:38:44 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-05-21 16:38:44 +1000 |
commit | 82c97e0ab840d8acfc81c3096bebc8c3d3e0bde3 (patch) | |
tree | eab4eaefe7a98f442895c7dd7c48618668b0c627 /source4 | |
parent | 9453a0f88f1d0c337a3c1b24a2567e2dde3466e8 (diff) | |
download | samba-82c97e0ab840d8acfc81c3096bebc8c3d3e0bde3.tar.gz samba-82c97e0ab840d8acfc81c3096bebc8c3d3e0bde3.tar.bz2 samba-82c97e0ab840d8acfc81c3096bebc8c3d3e0bde3.zip |
s4:auth Remove un-needed headers.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/auth_sam_reply.c | 1 | ||||
-rw-r--r-- | source4/auth/gensec/cyrus_sasl.c | 1 | ||||
-rw-r--r-- | source4/auth/sam.c | 4 | ||||
-rw-r--r-- | source4/auth/session.c | 2 | ||||
-rw-r--r-- | source4/auth/system_session.c | 1 |
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 */ |