Remove explicit include of lib/tevent/tevent.h.
authorAmitay Isaacs <amitay@gmail.com>
Fri, 13 Apr 2012 06:47:28 +0000 (16:47 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 13 Apr 2012 07:28:14 +0000 (17:28 +1000)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 0681014ca5ed2a9b56f63fdace7f894beccf8a9a)

58 files changed:
ctdb/client/ctdb_client.c
ctdb/common/cmdline.c
ctdb/common/ctdb_io.c
ctdb/common/ctdb_logging.c
ctdb/common/ctdb_ltdb.c
ctdb/common/ctdb_message.c
ctdb/common/ctdb_util.c
ctdb/common/system_freebsd.c
ctdb/common/system_gnu.c
ctdb/common/system_kfreebsd.c
ctdb/common/system_linux.c
ctdb/ib/ibw_ctdb.c
ctdb/ib/ibw_ctdb_init.c
ctdb/ib/ibwrapper_test.c
ctdb/lib/util/db_wrap.c
ctdb/server/ctdb_banning.c
ctdb/server/ctdb_call.c
ctdb/server/ctdb_control.c
ctdb/server/ctdb_daemon.c
ctdb/server/ctdb_freeze.c
ctdb/server/ctdb_keepalive.c
ctdb/server/ctdb_lockwait.c
ctdb/server/ctdb_logging.c
ctdb/server/ctdb_ltdb_server.c
ctdb/server/ctdb_monitor.c
ctdb/server/ctdb_persistent.c
ctdb/server/ctdb_recover.c
ctdb/server/ctdb_recoverd.c
ctdb/server/ctdb_server.c
ctdb/server/ctdb_statistics.c
ctdb/server/ctdb_takeover.c
ctdb/server/ctdb_traverse.c
ctdb/server/ctdb_update_record.c
ctdb/server/ctdb_uptime.c
ctdb/server/ctdb_vacuum.c
ctdb/server/ctdbd.c
ctdb/server/eventscript.c
ctdb/tcp/tcp_connect.c
ctdb/tcp/tcp_init.c
ctdb/tcp/tcp_io.c
ctdb/tests/src/ctdb_bench.c
ctdb/tests/src/ctdb_fetch.c
ctdb/tests/src/ctdb_fetch_one.c
ctdb/tests/src/ctdb_fetch_readonly_loop.c
ctdb/tests/src/ctdb_persistent.c
ctdb/tests/src/ctdb_randrec.c
ctdb/tests/src/ctdb_store.c
ctdb/tests/src/ctdb_test.c
ctdb/tests/src/ctdb_trackingdb_test.c
ctdb/tests/src/ctdb_transaction.c
ctdb/tests/src/ctdb_traverse.c
ctdb/tests/src/ctdb_update_record.c
ctdb/tests/src/ctdb_update_record_persistent.c
ctdb/tests/src/ctdbd_test.c
ctdb/tests/src/rb_test.c
ctdb/tools/ctdb.c
ctdb/tools/ctdb_vacuum.c
ctdb/utils/pmda/pmda_ctdb.c

index b01e258626bd4c98deb62a3b0c4cc86009d95e93..69b0a04888c2df7ea05485bc6b155fbc808ac8da 100644 (file)
@@ -22,7 +22,6 @@
 #include "db_wrap.h"
 #include "lib/tdb/include/tdb.h"
 #include "lib/util/dlinklist.h"
-#include "lib/tevent/tevent.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "system/locale.h"
index 5c00763ed7705ee52a63f53b3aef972225210b58..59e8722196ce22f76bcaeb85de5133c0c8917349 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "../include/ctdb_client.h"
index 810fd41dd1c7face6ae278bef56074a9a948126f..3ac1b63b75e3f49fd633133817708b43899faf21 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "includes.h"
 #include "lib/tdb/include/tdb.h"
-#include "lib/tevent/tevent.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
 #include "system/filesys.h"
index dee4dfdb364eda731fea6512a83cb917ef418035..e3299d3c0f847bf9d963ea23a07e6198a0a8ac51 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/time.h"
 #include "../include/ctdb_private.h"
index 3a184bb28c7cd12a4e0207b9d2d21cbed33b48c7..dab88f36189762ccc3e9f5f29445e67ee62a40d7 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
index 03a4b55389c01ae6f9068e9673f233c6706593c6..5fc7b22a4974086f69e6508f935a9e4e126353b2 100644 (file)
@@ -21,7 +21,6 @@
   protocol design and packet details
 */
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
index dadaf18f1e345c2436c4a05fca2ab21759bf2ad8..5584c1732e548e2d5c516444dc13793565d53b58 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
index c72b6f8d9c0892973532458b1190d0674533e281..ed30f8ccb723caea29274c247fff7a74997f8c4e 100644 (file)
@@ -29,7 +29,6 @@
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
-#include "lib/tevent/tevent.h"
 #include <net/ethernet.h>
 #include <netinet/ip6.h>
 #include <net/if_arp.h>
index 604bb4828f181742799de490e4ba2bfd20b6eb72..7b8af340ecb6607aceeebd53068abbdeb46362f4 100644 (file)
@@ -28,7 +28,6 @@
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
-#include "lib/tevent/tevent.h"
 #include <net/ethernet.h>
 #include <netinet/ip6.h>
 #include <net/if_arp.h>
index a6cd148e8ad1088b63989619e5919e14029889d9..9e2aa07112b7baf294e47b1006ae11dbd2d8446f 100644 (file)
@@ -28,7 +28,6 @@
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
-#include "lib/tevent/tevent.h"
 #include <net/ethernet.h>
 #include <netinet/ip6.h>
 #include <net/if_arp.h>
index 464daef9ad12339ee7e783744dc2117e0c953af5..21f5d6c814538b9f5c3dd2017bcd7d930d6ae3c9 100644 (file)
@@ -23,7 +23,6 @@
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
-#include "lib/tevent/tevent.h"
 #include <netinet/if_ether.h>
 #include <netinet/ip6.h>
 #include <netinet/icmp6.h>
index 5664c193acb95bbc1c776ef0826f244de2240fe6..2e70d1d8e5bfabadc9fe91ded958d2ec643d791e 100644 (file)
@@ -21,7 +21,6 @@
  */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include <system/network.h>
 #include <assert.h>
 #include "ctdb_private.h"
index fed1381f6dfb8daca1d3f169aae4d688ac4925f6..066814d12ff4a3b8c186e46666cdb5bc972c22f5 100644 (file)
@@ -21,7 +21,6 @@
  */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include <system/network.h>
 #include <assert.h>
 #include "ctdb_private.h"
index eb0d58858ff745e01159550c79100c1680c98c08..ba54286ace60cf2570a1e605c89530932a5ebc17 100644 (file)
@@ -37,7 +37,6 @@
 #include <time.h>
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "ib/ibwrapper.h"
 
 struct ibwtest_ctx {
index 30474b121122ee048f698d4a2d5a913a52099005..7e7e17fac4d52010b3d97f5f61e50fd4b3bfd531 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "includes.h"
 #include "lib/util/dlinklist.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "db_wrap.h"
 
index 56849072d72f62c5a5b004aabeaf1ece7a03c049..4e6db31ee16d5dfc85a043152f679e08125b3932 100644 (file)
@@ -17,7 +17,6 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/time.h"
 #include "system/network.h"
index cca7f01b6c5b2fd87b4c6eaa1f8ecd2aeaa45d50..08b701c4fc9494d38ecebae0294539cde868480c 100644 (file)
@@ -21,7 +21,6 @@
   protocol design and packet details
 */
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
index dee581832304dccbb6f23e898bf95ea21fc0db51..09210826fa47657b46fa2f31d1ffb9884b10aef8 100644 (file)
@@ -17,7 +17,6 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
index a267b88e1b191d09d17658f99bd5402f0b8b3ade..5002629ef41a11b3257eaba64470defb52bc5a63 100644 (file)
@@ -20,7 +20,6 @@
 #include "includes.h"
 #include "db_wrap.h"
 #include "lib/tdb/include/tdb.h"
-#include "lib/tevent/tevent.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
 #include "system/filesys.h"
index 0f70fd35023df539dceab412195cd741fed02a9c..7233317667ebcba08fd85ba15134d527014a1c5e 100644 (file)
@@ -17,7 +17,6 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
index b4899b746f471ce3f4cde40faa22455b98f6178f..5c95eb0c9b91604973229b12e5a186ce71126957 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
index 98606928b44b46f0ae882a8d5a3fe4cfe0029016..35f5902b00ae4c2e51d5e71a2a66122dffbbcde9 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "db_wrap.h"
index 98087aaebb06b4a8165b70e19287f3d19e3c5332..7133d064e6ebea65fbd993caa0ebf20874a36796 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "../include/ctdb_client.h"
 #include "../include/ctdb_private.h"
 #include "system/syslog.h"
index 34da0192bfd89be28cc93a28e125f8025fae2dd9..1d21c07a56b1ef5632dafc98725f6073a034b68f 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
index 7258d3957ab5f7985a0dc570c1cb7a30a54d2c52..bc21e5bb1da1f5ae402d67935c0a68cf9b990d84 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "../include/ctdb_private.h"
index ba93e8bc05542eb665b9a9e37ca23e6884b5524d..91c336c7a48021868e7afb05af156af7f7f69531 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "db_wrap.h"
index 330daedb9307ffa73d29d6ab4bd42a350d6de0c7..937a2b844546a03e86fef0a000ae2839476f053e 100644 (file)
@@ -18,7 +18,6 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/time.h"
 #include "system/network.h"
index 97e46704b1f1a54bcfa7df4c40927e25b722805d..2db24f9dbd7006ed8034deb1049595b65b297be1 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "system/time.h"
 #include "system/network.h"
index 3aae28e33ed25b2702c403a35c64dd6100ff21fa..ec608cfa56a3cae3fc0d95e4ac8762c6be3a10ca 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "includes.h"
 #include "lib/tdb/include/tdb.h"
-#include "lib/tevent/tevent.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
 #include "system/filesys.h"
index 502d4df1f9be555573aaaa5458f3da38140b4450..96aad783237428637b7c1f4c5219c1da0399b096 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "includes.h"
 #include <string.h>
-#include "lib/tevent/tevent.h"
 #include "../include/ctdb_private.h"
 
 static void ctdb_statistics_update(struct event_context *ev, struct timed_event *te, 
index 1037c2f6bb1842525d1d05cb148cd0581048f876..72884d72e922f1c94a46b7312d449eae1eb51d8c 100644 (file)
@@ -19,7 +19,6 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
index da5a548da50d37ca36fa184ef1c7cd705622abf3..d7399347ec1bd83bff0553bcfa87c553e90a110a 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "db_wrap.h"
index 5845f1a7f2b9c26c74a6b5b667b4335f4f293507..92b304c08a75522337c871ff8d922f5a9fee2155 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "db_wrap.h"
 #include "lib/tdb/include/tdb.h"
 #include "ctdb_private.h"
index 6720e0da824acf44c6370cd4df0d76642334d7a5..b45ea80dd196bdf013edf13456f32e6f49578ba7 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "../include/ctdb_private.h"
 #include "system/syslog.h"
 #include "system/time.h"
index b492f9b899f387a30846a60273b431f808c205d5..c5b4d9dc1b4eb15963ddd6ea51fc2d9b731cdabf 100644 (file)
@@ -20,7 +20,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
@@ -28,7 +27,6 @@
 #include "../include/ctdb_private.h"
 #include "db_wrap.h"
 #include "lib/util/dlinklist.h"
-#include "lib/tevent/tevent.h"
 #include "../include/ctdb_private.h"
 #include "../common/rb_tree.h"
 
index 4205bd227b0fb6d4ac286ae7e32ed58585f35811..eafef8d85aeb9e8bb1c54490e95568e099e2066a 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "system/time.h"
index 146da9d1ec54bf4544c12e2ca5f939eb85aa7df7..50ff7c3ceba3795a15c381796976575f0c6c4c1f 100644 (file)
@@ -24,7 +24,6 @@
 #include "system/dir.h"
 #include "system/locale.h"
 #include "../include/ctdb_private.h"
-#include "lib/tevent/tevent.h"
 #include "../common/rb_tree.h"
 #include "lib/util/dlinklist.h"
 
index d7a0b3368773ff05d7dc5f1ed8b8c4dff5cd087b..0e1318f9c00272699d0d09cbd48f4dc8b1ba62b6 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
index 95141d5610d8b283d84412c4208b9413f7d1d250..3fec599ee5aac7d6c56e4a21ea1330d55d66298b 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "includes.h"
 #include "lib/tdb/include/tdb.h"
-#include "lib/tevent/tevent.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "../include/ctdb_private.h"
index bba35decf51ed458e0bc970d0223bfc9442f4afc..f8904af9b2de5d2730f69dd7eeb3522c89447fe7 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/util/dlinklist.h"
 #include "lib/tdb/include/tdb.h"
 #include "system/network.h"
index 14d25a138fa48639eb1fdd6d150395bfd60ddd91..8463200342db6fab70b49314976e80dc95fdbdc4 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index 3b5ce8bf16243df1b4c0269638d6043610595baf..01a5d76100937aed5db84fda32a4526fa78f8f48 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index a1529bcfdfcd34452be2a137f841a778b8b9d65c..ba0e183fe57b814b0b5b07cf9b93f18d8cc5663f 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index d2bf525a9aed6d13f1c2b684c7bea24c82b3b620..557954f2e209bc475cb89672855b22663bdcd637 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <time.h>
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index 98c100f4ed14104dfacb2c137eee8498db913685..0bf92b345e817150171833b4a2eb5c7e305748c3 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index dbaa4ba0fc864fa31ed2f34500aefdf03d65bd2d..60d233bed81b8cd07b51d318d029a50838a6d0e0 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index c657f7850e4dbe7abac9a763d5c18fe3836353eb..69203434d6e0fc154e34c6a2fec720a5ecda6021 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index 0514f437cd498c2cf4299548e42ad1d7d67062ae..42218131ca0fd111dcd5a84ac31da5fea2cff659 100644 (file)
@@ -26,7 +26,6 @@
 #define _GNU_SOURCE
 #include <stdio.h>
 #include <sys/socket.h>
-#include "lib/tevent/tevent.h"
 
 #define tevent_context_init(x) tevent_context_init_foobar(x)
 struct tevent_context *tevent_context_init_foobar(TALLOC_CTX *mem_ctx);
index 19572424947b0c486239cae8d8935d6a4617ee62..0dcdcb49ce15c788147419292074d2db370dc0d2 100644 (file)
@@ -25,7 +25,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index 65088747176ce5b05fab93206e70c319884bea07..5b1a6c00d6b12c8deb908f84f1ac0a5eca5d10bd 100644 (file)
@@ -20,7 +20,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index 218e7f777ded426e531365a8b9e2123633f44fb8..d5eb304979628f601b69781eea64dcdc081b2094 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index c5f71a02a2459b3172a49a6aecd9ede55ebb7d28..260f86ed142410ca84d2d9cd8c3c58765232551f 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "popt.h"
 #include "cmdline.h"
index c54c0e44666dff3cfe4485b04c18e51449786219..18156f811895b7405ec99a0d1167636b03d1bc7e 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/util/db_wrap.h"
 #include "system/filesys.h"
 #include "popt.h"
index 2eaa52e5d7ac11c92b829d050d3af4064fafebcf..5427cf3a33e31f93dec5f6030861f0a1ebd6ced9 100644 (file)
@@ -21,7 +21,6 @@
 #define _CTDBD_TEST_C
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/tdb/include/tdb.h"
 #include "ctdb_private.h"
 
index fded639f5d1a6b3ed5b8366937a3205921915c96..092732bcf9b6cdda02b294229aee5ec0cef29bd5 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "lib/util/dlinklist.h"
 #include "system/filesys.h"
 #include "popt.h"
index a56d579daf98a970b35881f1fd886907704d61a6..647363e1b8917394f47dae0bfdeb0b6dae1115ca 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/time.h"
 #include "system/filesys.h"
 #include "system/network.h"
index e90e130acda81fa3dcb537eb9e2ff3cfa4ad8ee1..a05cdadfc18dbca4dd91520ae77dc2886bf5bd3c 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "includes.h"
-#include "lib/tevent/tevent.h"
 #include "system/filesys.h"
 #include "system/network.h"
 #include "../include/ctdb_client.h"
index 927fea5805dfe6451073908807731502edd0e90a..c8983ef2b87be9c04e3606851922a0d9fe8560ab 100644 (file)
@@ -23,7 +23,6 @@
 #include <pcp/impl.h>
 #include <pcp/pmda.h>
 #include "../../include/includes.h"
-#include "../../lib/tevent/tevent.h"
 #include "../../include/ctdb.h"
 #include "../../include/ctdb_private.h"
 #include "../../include/ctdb_protocol.h"