From 17d6583dbfd9e9a9a7e6d25a72b027f435621647 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 21 Dec 2010 11:46:29 +0100 Subject: ldb:tools/ldbdel.c - "replace.h" should be the first include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Tue Dec 21 12:50:54 CET 2010 on sn-devel-104 --- source4/lib/ldb/tools/ldbdel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/ldb/tools/ldbdel.c b/source4/lib/ldb/tools/ldbdel.c index 6f7c8ae4a3..0b970d9fab 100644 --- a/source4/lib/ldb/tools/ldbdel.c +++ b/source4/lib/ldb/tools/ldbdel.c @@ -31,10 +31,10 @@ * Author: Andrew Tridgell */ +#include "replace.h" #include "ldb.h" #include "tools/cmdline.h" #include "ldbutil.h" -#include "replace.h" static int dn_cmp(struct ldb_message **msg1, struct ldb_message **msg2) { -- cgit