diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-24 16:37:56 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-24 16:37:56 +0200 |
commit | 23302413b3fc9cb3695a255b1ea6883f029b46fe (patch) | |
tree | 065ce04233442328b558846d7ae8d54a8d65fffd /source4/torture/smb2 | |
parent | f7692d16e3dc5e580364852c709c6c4a371dd32e (diff) | |
download | samba-23302413b3fc9cb3695a255b1ea6883f029b46fe.tar.gz samba-23302413b3fc9cb3695a255b1ea6883f029b46fe.tar.bz2 samba-23302413b3fc9cb3695a255b1ea6883f029b46fe.zip |
Remove unused include param/param.h.
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/connect.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/create.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/getinfo.c | 2 | ||||
-rw-r--r-- | source4/torture/smb2/oplocks.c | 1 | ||||
-rw-r--r-- | source4/torture/smb2/persistent_handles.c | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/source4/torture/smb2/connect.c b/source4/torture/smb2/connect.c index e77e32ff7a..01ffffa484 100644 --- a/source4/torture/smb2/connect.c +++ b/source4/torture/smb2/connect.c @@ -25,7 +25,6 @@ #include "libcli/smb2/smb2_calls.h" #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "param/param.h" /* send a close diff --git a/source4/torture/smb2/create.c b/source4/torture/smb2/create.c index 124e244151..6d898a128c 100644 --- a/source4/torture/smb2/create.c +++ b/source4/torture/smb2/create.c @@ -24,7 +24,6 @@ #include "libcli/smb2/smb2_calls.h" #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "param/param.h" #include "librpc/gen_ndr/ndr_security.h" #include "libcli/security/security.h" diff --git a/source4/torture/smb2/getinfo.c b/source4/torture/smb2/getinfo.c index 5b35d7e693..c4ab31f4cf 100644 --- a/source4/torture/smb2/getinfo.c +++ b/source4/torture/smb2/getinfo.c @@ -26,8 +26,6 @@ #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "param/param.h" - static struct { const char *name; uint16_t level; diff --git a/source4/torture/smb2/oplocks.c b/source4/torture/smb2/oplocks.c index 9a06ae1f19..3fee0b4ab6 100644 --- a/source4/torture/smb2/oplocks.c +++ b/source4/torture/smb2/oplocks.c @@ -25,7 +25,6 @@ #include "libcli/smb2/smb2_calls.h" #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "param/param.h" #define CHECK_VAL(v, correct) do { \ if ((v) != (correct)) { \ diff --git a/source4/torture/smb2/persistent_handles.c b/source4/torture/smb2/persistent_handles.c index 249ddd1733..05c5dbbe85 100644 --- a/source4/torture/smb2/persistent_handles.c +++ b/source4/torture/smb2/persistent_handles.c @@ -25,7 +25,6 @@ #include "libcli/smb2/smb2_calls.h" #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "param/param.h" #define CHECK_VAL(v, correct) do { \ if ((v) != (correct)) { \ |