X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fantithread%2Fexamples%2Fdns_lookup.c;h=4c0a4eaad84992aac96b10211aee529dfb52a9a8;hp=0dea2172d24e5ed1da549f3351b9f3ba1ee20da8;hb=48b700953f9c856102e91596103238f5da9ea079;hpb=36e8b652d0aa045e6e427dc3851da24472ed6a95 diff --git a/ccan/antithread/examples/dns_lookup.c b/ccan/antithread/examples/dns_lookup.c index 0dea2172..4c0a4eaa 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