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/smb2/lock.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/smb2/lock.c') diff --git a/source4/torture/smb2/lock.c b/source4/torture/smb2/lock.c index b97233ef66..033e12f1fc 100644 --- a/source4/torture/smb2/lock.c +++ b/source4/torture/smb2/lock.c @@ -26,7 +26,6 @@ #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "librpc/gen_ndr/ndr_security.h" #define TARGET_IS_WINDOWS(_tctx) (torture_setting_bool(_tctx, "win7", false) || torture_setting_bool(torture, "windows", false)) #define TARGET_IS_WIN7(_tctx) (torture_setting_bool(_tctx, "win7", false)) -- cgit