summaryrefslogtreecommitdiff
path: root/source4/torture/smb2
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r--source4/torture/smb2/compound.c1
-rw-r--r--source4/torture/smb2/connect.c1
-rw-r--r--source4/torture/smb2/durable_open.c1
-rw-r--r--source4/torture/smb2/lease.c2
-rw-r--r--source4/torture/smb2/lock.c1
-rw-r--r--source4/torture/smb2/notify.c1
-rw-r--r--source4/torture/smb2/read.c1
-rw-r--r--source4/torture/smb2/scan.c1
-rw-r--r--source4/torture/smb2/smb2.c1
-rw-r--r--source4/torture/smb2/streams.c5
-rw-r--r--source4/torture/smb2/util.c3
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"
/*