summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-11 02:08:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:41 -0500
commit9515fc4406464b6a015a06d89ca0370810977486 (patch)
tree0b4d26f02346df10ae9590ccebdf9e2f792e159b /source4/libcli/auth
parentecbde2c1c697f756743fb1b1a489373ee06deb65 (diff)
downloadsamba-9515fc4406464b6a015a06d89ca0370810977486.tar.gz
samba-9515fc4406464b6a015a06d89ca0370810977486.tar.bz2
samba-9515fc4406464b6a015a06d89ca0370810977486.zip
r5322: removed a whole bunch of #include lines that minimal_includes.pl
thinks are not needed. Now to see how this fares on the build farm :) (This used to be commit 80ffcc650c9c86141507edd8338b97814a85f868)
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"