diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-01 16:41:36 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-01 16:41:36 +1000 |
commit | 30a45df36612bc4b9aaae07031fc9486d8fe6a7c (patch) | |
tree | 07790cdb45218c7a8d1d99d00b73d1e6c2834978 /source4/torture/raw/raw.c | |
parent | 7c5704499a9881493f8bdfcefb095b50ab072a02 (diff) | |
parent | aedaba990f02fd1f613c1830d3774843cf8d5f0d (diff) | |
download | samba-30a45df36612bc4b9aaae07031fc9486d8fe6a7c.tar.gz samba-30a45df36612bc4b9aaae07031fc9486d8fe6a7c.tar.bz2 samba-30a45df36612bc4b9aaae07031fc9486d8fe6a7c.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit 6bb4c1e6a38a842787177a399bf88f05015f5ec0)
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r-- | source4/torture/raw/raw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c index 262ed1384b..c6133081b0 100644 --- a/source4/torture/raw/raw.c +++ b/source4/torture/raw/raw.c @@ -18,10 +18,10 @@ */ #include "includes.h" -#include "torture/torture.h" #include "libcli/raw/libcliraw.h" -#include "torture/raw/proto.h" #include "torture/util.h" +#include "torture/smbtorture.h" +#include "torture/raw/proto.h" NTSTATUS torture_raw_init(void) { |