diff options
Diffstat (limited to 'ctdb/tests/src/ctdb_test.c')
-rw-r--r-- | ctdb/tests/src/ctdb_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/tests/src/ctdb_test.c b/ctdb/tests/src/ctdb_test.c index 0514f437cd4..42218131ca0 100644 --- a/ctdb/tests/src/ctdb_test.c +++ b/ctdb/tests/src/ctdb_test.c @@ -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); |