summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-18 15:42:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:58:42 -0500
commit35349a58df5b69446607fbd742a05f57f3515319 (patch)
tree8281d1645dfdd0fd56f85a0e885ae592f9b6b600 /source4/torture/local
parent61fa658ebcaf2856d543d376b120932ad5a082f0 (diff)
downloadsamba-35349a58df5b69446607fbd742a05f57f3515319.tar.gz
samba-35349a58df5b69446607fbd742a05f57f3515319.tar.bz2
samba-35349a58df5b69446607fbd742a05f57f3515319.zip
r14542: Remove librpc, libndr and libnbt from includes.h
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/binding_string.c1
-rw-r--r--source4/torture/local/iconv.c1
-rw-r--r--source4/torture/local/ndr.c1
-rw-r--r--source4/torture/local/sddl.c2
4 files changed, 4 insertions, 1 deletions
diff --git a/source4/torture/local/binding_string.c b/source4/torture/local/binding_string.c
index 12637608c6..2d180a09ef 100644
--- a/source4/torture/local/binding_string.c
+++ b/source4/torture/local/binding_string.c
@@ -22,6 +22,7 @@
#include "includes.h"
#include "librpc/gen_ndr/epmapper.h"
+#include "librpc/rpc/dcerpc.h"
static BOOL test_BindingString(TALLOC_CTX *mem_ctx, const char *binding)
{
diff --git a/source4/torture/local/iconv.c b/source4/torture/local/iconv.c
index 4a91997817..324ee489c1 100644
--- a/source4/torture/local/iconv.c
+++ b/source4/torture/local/iconv.c
@@ -25,6 +25,7 @@
#include "torture/torture.h"
#include "system/iconv.h"
#include "system/time.h"
+#include "libcli/raw/libcliraw.h"
#include "torture/util.h"
#if HAVE_NATIVE_ICONV
diff --git a/source4/torture/local/ndr.c b/source4/torture/local/ndr.c
index d1570dda68..305f75f9c0 100644
--- a/source4/torture/local/ndr.c
+++ b/source4/torture/local/ndr.c
@@ -21,6 +21,7 @@
#include "includes.h"
#include "torture/torture.h"
+#include "librpc/ndr/libndr.h"
BOOL test_check_string_terminator(TALLOC_CTX *mem_ctx)
{
diff --git a/source4/torture/local/sddl.c b/source4/torture/local/sddl.c
index 5f956808d1..11e6ae1fd5 100644
--- a/source4/torture/local/sddl.c
+++ b/source4/torture/local/sddl.c
@@ -21,8 +21,8 @@
*/
#include "includes.h"
-#include "libcli/security/proto.h"
#include "librpc/gen_ndr/ndr_security.h"
+#include "libcli/security/proto.h"
/*