From 43925915550ec8d7f3365fc5f749ea4687183b20 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 13 Apr 2012 16:47:28 +1000 Subject: Remove explicit include of lib/tevent/tevent.h. Signed-off-by: Amitay Isaacs (This used to be ctdb commit 0681014ca5ed2a9b56f63fdace7f894beccf8a9a) --- ctdb/server/ctdb_call.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ctdb/server/ctdb_call.c') diff --git a/ctdb/server/ctdb_call.c b/ctdb/server/ctdb_call.c index cca7f01b6c..08b701c4fc 100644 --- a/ctdb/server/ctdb_call.c +++ b/ctdb/server/ctdb_call.c @@ -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" -- cgit