1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

ctdb-daemon: Remove unused #includes of rb_tree.h

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>
This commit is contained in:
Martin Schwenke 2022-02-23 09:57:33 +11:00 committed by Amitay Isaacs
parent 80de84d36e
commit da9decfc5e
3 changed files with 0 additions and 3 deletions

View 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"

View 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"

View File

@ -30,7 +30,6 @@
#include "common/logging.h"
#include "common/common.h"
#include "common/rb_tree.h"
#include "protocol/protocol_util.h"