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/rpc/remote_pac.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/torture/rpc/remote_pac.c') diff --git a/source4/torture/rpc/remote_pac.c b/source4/torture/rpc/remote_pac.c index cae98d9b6f..f51bdf518b 100644 --- a/source4/torture/rpc/remote_pac.c +++ b/source4/torture/rpc/remote_pac.c @@ -20,19 +20,13 @@ */ #include "includes.h" -#include "torture/torture.h" -#include "lib/events/events.h" #include "auth/auth.h" #include "auth/gensec/gensec.h" #include "lib/cmdline/popt_common.h" #include "torture/rpc/rpc.h" -#include "torture/rpc/netlogon.h" #include "libcli/auth/libcli_auth.h" #include "librpc/gen_ndr/ndr_netlogon_c.h" -#include "librpc/gen_ndr/ndr_krb5pac.h" #include "param/param.h" -#include "lib/messaging/irpc.h" -#include "cluster/cluster.h" #define TEST_MACHINE_NAME "torturepactest" -- cgit