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/ntp/ntp_signd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/torture/ntp/ntp_signd.c') diff --git a/source4/torture/ntp/ntp_signd.c b/source4/torture/ntp/ntp_signd.c index 1b3c59543e..e38ab4e3a7 100644 --- a/source4/torture/ntp/ntp_signd.c +++ b/source4/torture/ntp/ntp_signd.c @@ -20,18 +20,14 @@ */ #include "includes.h" -#include "torture/torture.h" #include "torture/smbtorture.h" #include #include "lib/socket/socket.h" #include "lib/stream/packet.h" -#include "auth/credentials/credentials.h" #include "torture/rpc/rpc.h" -#include "torture/rpc/netlogon.h" #include "../lib/crypto/crypto.h" #include "libcli/auth/libcli_auth.h" #include "librpc/gen_ndr/ndr_netlogon_c.h" -#include "librpc/gen_ndr/ndr_netlogon.h" #include "librpc/gen_ndr/ndr_ntp_signd.h" #include "param/param.h" -- cgit