From 9515fc4406464b6a015a06d89ca0370810977486 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 11 Feb 2005 02:08:39 +0000 Subject: 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) --- source4/libcli/auth/clikrb5.c | 1 - source4/libcli/auth/credentials.c | 1 - source4/libcli/auth/gensec_gssapi.c | 2 -- source4/libcli/auth/gensec_krb5.c | 1 - source4/libcli/auth/gssapi_parse.c | 1 - source4/libcli/auth/kerberos.c | 1 - 6 files changed, 7 deletions(-) (limited to 'source4/libcli/auth') 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" -- cgit