diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-20 14:53:08 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-20 16:04:46 +1100 |
commit | 84d004737739df28ca220f0fbc56ad43a9ae7230 (patch) | |
tree | cca27814f6168825826bb5c9cb50a43cdaa4ca9c /source4/torture/smb2 | |
parent | 8585cf1a78c3352ef6a0d3b3f32f9aacc28b609c (diff) | |
download | samba-84d004737739df28ca220f0fbc56ad43a9ae7230.tar.gz samba-84d004737739df28ca220f0fbc56ad43a9ae7230.tar.bz2 samba-84d004737739df28ca220f0fbc56ad43a9ae7230.zip |
s4-torture: ran minimal_includes.pl over source4/torture
This reduces compile time somewhat.
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/compound.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/connect.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/durable_open.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/lease.c | 2 | ||||
-rw-r--r-- | source4/torture/smb2/lock.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/notify.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/read.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/scan.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/smb2.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/streams.c | 5 | ||||
-rw-r--r-- | source4/torture/smb2/util.c | 3 |
11 files changed, 0 insertions, 18 deletions
diff --git a/source4/torture/smb2/compound.c b/source4/torture/smb2/compound.c index e9b5ee9408..4e58949765 100644 --- a/source4/torture/smb2/compound.c +++ b/source4/torture/smb2/compound.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "librpc/gen_ndr/security.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" #include "torture/torture.h" diff --git a/source4/torture/smb2/connect.c b/source4/torture/smb2/connect.c index fd32b52111..1b69c18a55 100644 --- a/source4/torture/smb2/connect.c +++ b/source4/torture/smb2/connect.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "librpc/gen_ndr/security.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" #include "torture/torture.h" diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c index 1b86f2c46e..1b1494657b 100644 --- a/source4/torture/smb2/durable_open.c +++ b/source4/torture/smb2/durable_open.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "librpc/gen_ndr/security.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" #include "torture/torture.h" diff --git a/source4/torture/smb2/lease.c b/source4/torture/smb2/lease.c index 87526e3f78..63285d40e0 100644 --- a/source4/torture/smb2/lease.c +++ b/source4/torture/smb2/lease.c @@ -20,8 +20,6 @@ */ #include "includes.h" -#include "lib/events/events.h" -#include "librpc/gen_ndr/security.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" #include "torture/torture.h" 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)) diff --git a/source4/torture/smb2/notify.c b/source4/torture/smb2/notify.c index f8def193b2..5cf580a95e 100644 --- a/source4/torture/smb2/notify.c +++ b/source4/torture/smb2/notify.c @@ -26,7 +26,6 @@ #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "libcli/raw/libcliraw.h" #include "lib/events/events.h" #define CHECK_STATUS(status, correct) do { \ diff --git a/source4/torture/smb2/read.c b/source4/torture/smb2/read.c index 548bd1ce61..cbd59d8b66 100644 --- a/source4/torture/smb2/read.c +++ b/source4/torture/smb2/read.c @@ -26,7 +26,6 @@ #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "librpc/gen_ndr/ndr_security.h" #define CHECK_STATUS(status, correct) do { \ if (!NT_STATUS_EQUAL(status, correct)) { \ diff --git a/source4/torture/smb2/scan.c b/source4/torture/smb2/scan.c index a5e682c111..a173c6debb 100644 --- a/source4/torture/smb2/scan.c +++ b/source4/torture/smb2/scan.c @@ -23,7 +23,6 @@ #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" #include "lib/cmdline/popt_common.h" -#include "lib/events/events.h" #include "torture/torture.h" #include "param/param.h" #include "libcli/resolve/resolve.h" diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c index f1d8fbb814..f61a6857b5 100644 --- a/source4/torture/smb2/smb2.c +++ b/source4/torture/smb2/smb2.c @@ -19,7 +19,6 @@ #include "includes.h" #include "libcli/smb2/smb2.h" -#include "libcli/smb2/smb2_calls.h" #include "torture/smbtorture.h" #include "torture/smb2/proto.h" diff --git a/source4/torture/smb2/streams.c b/source4/torture/smb2/streams.c index 4029ec88b5..8065cbf2e1 100644 --- a/source4/torture/smb2/streams.c +++ b/source4/torture/smb2/streams.c @@ -22,14 +22,9 @@ #include "includes.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" -#include "libcli/smb_composite/smb_composite.h" -#include "libcli/raw/libcliraw.h" -#include "libcli/raw/raw_proto.h" -#include "libcli/libcli.h" #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "torture/util.h" #include "system/filesys.h" #include "system/locale.h" diff --git a/source4/torture/smb2/util.c b/source4/torture/smb2/util.c index b17dc246e3..e7ac4db980 100644 --- a/source4/torture/smb2/util.c +++ b/source4/torture/smb2/util.c @@ -22,16 +22,13 @@ #include "includes.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" -#include "libcli/smb_composite/smb_composite.h" #include "lib/cmdline/popt_common.h" -#include "lib/events/events.h" #include "system/time.h" #include "librpc/gen_ndr/ndr_security.h" #include "param/param.h" #include "libcli/resolve/resolve.h" #include "torture/torture.h" -#include "torture/smb2/proto.h" /* |