summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-12-21 11:46:29 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-12-21 12:50:54 +0100
commit17d6583dbfd9e9a9a7e6d25a72b027f435621647 (patch)
tree8c5e3e2563144897be2f79e8d761ef7b9984d00a /source4/lib
parent901f34840b0cd3dc197828d642b7b5e882e8fc00 (diff)
downloadsamba-17d6583dbfd9e9a9a7e6d25a72b027f435621647.tar.gz
samba-17d6583dbfd9e9a9a7e6d25a72b027f435621647.tar.bz2
samba-17d6583dbfd9e9a9a7e6d25a72b027f435621647.zip
ldb:tools/ldbdel.c - "replace.h" should be the first include
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Dec 21 12:50:54 CET 2010 on sn-devel-104
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/tools/ldbdel.c2
1 files changed, 1 insertions, 1 deletions
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)
{