summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-13 15:22:57 +1100
committerMichael Adam <obnox@samba.org>2015-10-28 12:53:15 +0100
commit20b82ea28ebf51cd82923f95b7f29aff86079a84 (patch)
tree1e4d391a09b7b1ae2361613431e69437355f6647 /source3
parent2666d06f292303a57643a8ced87b8a91df2ffce1 (diff)
downloadsamba-20b82ea28ebf51cd82923f95b7f29aff86079a84.tar.gz
ctdb-include: Remove unused header file include/ctdb.h
This was part of libctdb which has been removed. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/ctdbd_conn.c1
-rw-r--r--source3/lib/dbwrap/dbwrap_ctdb.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index 9187ee77dd0..bbe425e13d3 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.c
@@ -30,7 +30,6 @@
/* paths to these include files come from --with-ctdb= in configure */
-#include "ctdb.h"
#include "ctdb_private.h"
struct ctdbd_srvid_cb {
diff --git a/source3/lib/dbwrap/dbwrap_ctdb.c b/source3/lib/dbwrap/dbwrap_ctdb.c
index 457f427e84a..0b55baf28c1 100644
--- a/source3/lib/dbwrap/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap/dbwrap_ctdb.c
@@ -27,7 +27,6 @@
#include "dbwrap/dbwrap_rbt.h"
#include "lib/param/param.h"
-#include "ctdb.h"
#include "ctdb_private.h"
#include "ctdbd_conn.h"
#include "dbwrap/dbwrap.h"