lib: Move "iov_buf.[ch]" to lib/util
[obnox/samba/samba-obnox.git] / source3 / lib / ctdb_conn.h
index 0d648c78b8c5b756c29678d07780a6c0fb3ad2b1..21a69c76718cf0e80aeb984fd31c2cc33cae19d6 100644 (file)
 #ifndef _CTDB_CONN_H
 #define _CTDB_CONN_H
 
-#ifdef CLUSTER_SUPPORT
-
-#include <tdb.h>
-
-#ifdef HAVE_CTDB_PROTOCOL_H
-#include <ctdb_protocol.h>
-#else
-#include <ctdb_private.h>
-#endif
-
-#else /* CLUSTER_SUPPORT */
-
-struct ctdb_reply_control;
-
-#endif /* CLUSTER_SUPPORT */
-
 #include "tevent.h"
 #include "librpc/gen_ndr/messaging.h"
 
 struct ctdb_conn;
+struct ctdb_reply_control;
 
 struct tevent_req *ctdb_conn_control_send(TALLOC_CTX *mem_ctx,
                                          struct tevent_context *ev,