From 84d004737739df28ca220f0fbc56ad43a9ae7230 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Oct 2009 14:53:08 +1100 Subject: s4-torture: ran minimal_includes.pl over source4/torture This reduces compile time somewhat. --- source4/torture/auth/ntlmssp.c | 1 - source4/torture/auth/pac.c | 1 - 2 files changed, 2 deletions(-) (limited to 'source4/torture/auth') diff --git a/source4/torture/auth/ntlmssp.c b/source4/torture/auth/ntlmssp.c index e62b150a4b..259896d63a 100644 --- a/source4/torture/auth/ntlmssp.c +++ b/source4/torture/auth/ntlmssp.c @@ -19,7 +19,6 @@ #include "includes.h" #include "auth/gensec/gensec.h" -#include "auth/gensec/gensec_proto.h" #include "auth/ntlmssp/ntlmssp.h" #include "lib/cmdline/popt_common.h" #include "torture/torture.h" diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c index 076120bfee..182478a465 100644 --- a/source4/torture/auth/pac.c +++ b/source4/torture/auth/pac.c @@ -24,7 +24,6 @@ #include "system/kerberos.h" #include "auth/auth.h" #include "auth/kerberos/kerberos.h" -#include "librpc/gen_ndr/ndr_krb5pac.h" #include "samba3/samba3.h" #include "libcli/security/security.h" #include "torture/torture.h" -- cgit