From 84d004737739df28ca220f0fbc56ad43a9ae7230 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Oct 2009 14:53:08 +1100 Subject: s4-torture: ran minimal_includes.pl over source4/torture This reduces compile time somewhat. --- source4/torture/ldap/basic.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/ldap/basic.c') diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c index a9d9ea0832..87719f81ac 100644 --- a/source4/torture/ldap/basic.c +++ b/source4/torture/ldap/basic.c @@ -28,7 +28,6 @@ #include "torture/torture.h" #include "torture/ldap/proto.h" -#include "param/param.h" static bool test_bind_simple(struct ldap_connection *conn, const char *userdn, const char *password) { -- cgit