]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-daemon: Remove unused #includes of rb_tree.h
authorMartin Schwenke <martin@meltin.net>
Tue, 22 Feb 2022 22:57:33 +0000 (09:57 +1100)
committerAmitay Isaacs <amitay@samba.org>
Tue, 31 May 2022 05:06:29 +0000 (05:06 +0000)
ctdb_takeover.c and eventscript.c no longer use this.
ipalloc_common.c has never used it.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_takeover.c
ctdb/server/eventscript.c
ctdb/server/ipalloc_common.c

index 4e9de8fd6afa21118d234180b0b8f433c80c9f61..c1e4f68378403e63fef433391ec196d5703349c8 100644 (file)
@@ -38,7 +38,6 @@
 #include "ctdb_private.h"
 #include "ctdb_client.h"
 
-#include "common/rb_tree.h"
 #include "common/reqid.h"
 #include "common/system.h"
 #include "common/system_socket.h"
index 50aee915aa0a731debb6af5e0340bfc53f6ada44..3ea7d74e95538eb479c9e85d46253a3d7e8af066 100644 (file)
@@ -36,7 +36,6 @@
 
 #include "ctdb_private.h"
 
-#include "common/rb_tree.h"
 #include "common/common.h"
 #include "common/logging.h"
 #include "common/reqid.h"
index 53d96d11e47f265ba22b399350da0c20404ca3a8..437c5114ebb340fb32a0c8cb8e9adfce609ec29a 100644 (file)
@@ -30,7 +30,6 @@
 #include "common/logging.h"
 
 #include "common/common.h"
-#include "common/rb_tree.h"
 
 #include "protocol/protocol_util.h"