summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r--source4/libcli/auth/clikrb5.c1
-rw-r--r--source4/libcli/auth/credentials.c1
-rw-r--r--source4/libcli/auth/gensec_gssapi.c2
-rw-r--r--source4/libcli/auth/gensec_krb5.c1
-rw-r--r--source4/libcli/auth/gssapi_parse.c1
-rw-r--r--source4/libcli/auth/kerberos.c1
6 files changed, 0 insertions, 7 deletions
diff --git a/source4/libcli/auth/clikrb5.c b/source4/libcli/auth/clikrb5.c
index 051798c9f1..f2536663f4 100644
--- a/source4/libcli/auth/clikrb5.c
+++ b/source4/libcli/auth/clikrb5.c
@@ -23,7 +23,6 @@
#include "system/network.h"
#include "system/kerberos.h"
#include "libcli/auth/kerberos.h"
-#include "system/time.h"
#ifdef HAVE_KRB5
diff --git a/source4/libcli/auth/credentials.c b/source4/libcli/auth/credentials.c
index 18ce6fec1b..bcb462ae9d 100644
--- a/source4/libcli/auth/credentials.c
+++ b/source4/libcli/auth/credentials.c
@@ -25,7 +25,6 @@
#include "system/time.h"
#include "auth/auth.h"
#include "lib/crypto/crypto.h"
-#include "librpc/gen_ndr/ndr_netlogon.h"
/*
initialise the credentials state for old-style 64 bit session keys
diff --git a/source4/libcli/auth/gensec_gssapi.c b/source4/libcli/auth/gensec_gssapi.c
index 41f36b2703..c974b93952 100644
--- a/source4/libcli/auth/gensec_gssapi.c
+++ b/source4/libcli/auth/gensec_gssapi.c
@@ -23,8 +23,6 @@
#include "includes.h"
#include "system/kerberos.h"
-#include "system/time.h"
-#include "libcli/auth/kerberos.h"
#include "auth/auth.h"
#undef DBGC_CLASS
diff --git a/source4/libcli/auth/gensec_krb5.c b/source4/libcli/auth/gensec_krb5.c
index a0c2a77f4b..1fc33d3644 100644
--- a/source4/libcli/auth/gensec_krb5.c
+++ b/source4/libcli/auth/gensec_krb5.c
@@ -26,7 +26,6 @@
#include "includes.h"
#include "system/kerberos.h"
-#include "system/time.h"
#include "libcli/auth/kerberos.h"
#include "librpc/gen_ndr/ndr_krb5pac.h"
#include "auth/auth.h"
diff --git a/source4/libcli/auth/gssapi_parse.c b/source4/libcli/auth/gssapi_parse.c
index f984f6303f..89929c8c6d 100644
--- a/source4/libcli/auth/gssapi_parse.c
+++ b/source4/libcli/auth/gssapi_parse.c
@@ -25,7 +25,6 @@
#include "includes.h"
#include "asn_1.h"
#include "system/kerberos.h"
-#include "libcli/auth/kerberos.h"
#include "libcli/auth/gensec.h"
/*
diff --git a/source4/libcli/auth/kerberos.c b/source4/libcli/auth/kerberos.c
index 2e5a53bb00..186da0fcf4 100644
--- a/source4/libcli/auth/kerberos.c
+++ b/source4/libcli/auth/kerberos.c
@@ -24,7 +24,6 @@
#include "includes.h"
#include "system/kerberos.h"
#include "libcli/auth/kerberos.h"
-#include "system/time.h"
#include "secrets.h"
#include "pstring.h"
#include "ads.h"