ldb:tools/ldbdel.c - "replace.h" should be the first include
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 21 Dec 2010 10:46:29 +0000 (11:46 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 21 Dec 2010 11:50:54 +0000 (12:50 +0100)
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Tue Dec 21 12:50:54 CET 2010 on sn-devel-104

source4/lib/ldb/tools/ldbdel.c

index 6f7c8ae4a3eb28763c23c97c1607a5ec1ebe4b5a..0b970d9fab14b4d6697d2e68f6f22e62472abcfe 100644 (file)
  *  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)
 {