r26101: remove some unused includes
authorJelmer Vernooij <jelmer@samba.org>
Wed, 21 Nov 2007 15:18:02 +0000 (16:18 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:46:03 +0000 (05:46 +0100)
(This used to be commit bc615162fc515a8b8ae59af14cb1e80497e9afdd)

source4/cluster/ctdb/server/ctdb_control.c
source4/cluster/ctdb/server/ctdb_daemon.c
source4/cluster/ctdb/server/ctdb_freeze.c
source4/cluster/ctdb/server/ctdb_lockwait.c
source4/cluster/ctdb/server/ctdb_ltdb_server.c
source4/cluster/ctdb/server/ctdb_recover.c
source4/cluster/ctdb/server/ctdb_traverse.c

index 69848bb15cd4499329aa4b4a66a46540dec023d1..4b826b51879f0ca7ac56265e9a3eabc2b98dde62 100644 (file)
@@ -24,7 +24,6 @@
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
 #include "lib/util/dlinklist.h"
-#include "db_wrap.h"
 
 struct ctdb_control_state {
        struct ctdb_context *ctdb;
index 25779700750a0996a7a23d32f039f435454789cb..32aa2ba2724aea3fa7d53066d2cd11f4d4f320bd 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "db_wrap.h"
 #include "lib/tdb/include/tdb.h"
 #include "lib/events/events.h"
 #include "lib/util/dlinklist.h"
index 42ad975b532e6601db3c3ddef46e2b12557884ba..22942668900487b5cfda5448c7def4714ff0c60f 100644 (file)
@@ -24,7 +24,6 @@
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
 #include "lib/util/dlinklist.h"
-#include "db_wrap.h"
 
 
 /*
index 5b0019836e8f097f0ea816222eeee7ed55e74856..2fc3e7a3ed58a2aba9da225f667b0ef37cab3bef 100644 (file)
@@ -21,7 +21,6 @@
 #include "lib/events/events.h"
 #include "system/filesys.h"
 #include "system/wait.h"
-#include "db_wrap.h"
 #include "lib/tdb/include/tdb.h"
 #include "../include/ctdb_private.h"
 
index bd07f674db9d2735c1885dbfe4fe9be57d948e44..68ed546b27f1ea436f034d076aa8a7015e8c85ba 100644 (file)
@@ -23,7 +23,7 @@
 #include "system/network.h"
 #include "system/filesys.h"
 #include "../include/ctdb_private.h"
-#include "db_wrap.h"
+#include "tdb_wrap.h"
 #include "lib/util/dlinklist.h"
 
 /*
index 82338d48ce035ff31e9b7cae29f18c7d06729bd6..6065016e1f30d6699f7833b454126a30ff45f631 100644 (file)
@@ -25,7 +25,6 @@
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
 #include "lib/util/dlinklist.h"
-#include "db_wrap.h"
 
 /*
   lock all databases - mark only
index d44c27401a7495aaaa2f1d00622732ba277a3b52..233de62e2b0c2b2f9bc29d4287b2f15042a659af 100644 (file)
@@ -21,7 +21,6 @@
 #include "lib/events/events.h"
 #include "system/filesys.h"
 #include "system/wait.h"
-#include "db_wrap.h"
 #include "lib/tdb/include/tdb.h"
 #include "../include/ctdb_private.h"