From 9626551dcc5363146ae0be598ff3575cb5f40da5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 14 Jan 2009 11:20:56 +1030 Subject: [PATCH] Fix antithread example compile. --- ccan/antithread/examples/dns_lookup.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ccan/antithread/examples/dns_lookup.c b/ccan/antithread/examples/dns_lookup.c index 0dea217..4c0a4ea 100644 --- a/ccan/antithread/examples/dns_lookup.c +++ b/ccan/antithread/examples/dns_lookup.c @@ -1,8 +1,7 @@ /* Async DNS lookup. Shows passing complex data through pool. */ -#include "ccan/antithread/antithread.h" -#include "ccan/string/string.h" -#include "ccan/talloc/talloc.h" -#include "md5_finder.h" +#include +#include +#include #include #include #include -- 2.39.2