From d4de4c2d210d2e8c9b5aedf70695594809ad6a0b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 Dec 2005 13:16:54 +0000 Subject: r12608: Remove some unused #include lines. (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981) --- source4/torture/local/messaging.c | 1 - source4/torture/local/registry.c | 2 -- source4/torture/local/resolve.c | 1 - source4/torture/local/sddl.c | 1 - 4 files changed, 5 deletions(-) (limited to 'source4/torture/local') diff --git a/source4/torture/local/messaging.c b/source4/torture/local/messaging.c index c9aef1b01d..faba8304d7 100644 --- a/source4/torture/local/messaging.c +++ b/source4/torture/local/messaging.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "system/filesys.h" #include "lib/events/events.h" #include "lib/messaging/irpc.h" diff --git a/source4/torture/local/registry.c b/source4/torture/local/registry.c index 21b42d6129..b1582a4e9e 100644 --- a/source4/torture/local/registry.c +++ b/source4/torture/local/registry.c @@ -21,8 +21,6 @@ */ #include "includes.h" -#include "librpc/gen_ndr/security.h" -#include "librpc/gen_ndr/ndr_epmapper.h" #include "lib/registry/registry.h" static BOOL test_hive(TALLOC_CTX *mem_ctx, const char *backend, const char *location) diff --git a/source4/torture/local/resolve.c b/source4/torture/local/resolve.c index 9087f42a72..f86b4b726b 100644 --- a/source4/torture/local/resolve.c +++ b/source4/torture/local/resolve.c @@ -22,7 +22,6 @@ #include "includes.h" #include "lib/events/events.h" -#include "librpc/gen_ndr/nbt.h" static BOOL test_async_resolve(TALLOC_CTX *mem_ctx) { diff --git a/source4/torture/local/sddl.c b/source4/torture/local/sddl.c index 01f4d839d9..30ce424741 100644 --- a/source4/torture/local/sddl.c +++ b/source4/torture/local/sddl.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "librpc/gen_ndr/ndr_security.h" /* -- cgit