From ac3fc9913a9336f0aed4a178a553200b9c01801e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 19 Apr 2009 01:58:41 +0000 Subject: [PATCH] Use new-style headers in evdns.c svn:r1203 --- evdns.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/evdns.c b/evdns.c index 791cd8bd..cbd00d79 100644 --- a/evdns.c +++ b/evdns.c @@ -98,8 +98,11 @@ #include #include -#include "evdns.h" -#include "evutil.h" +#include +#include +#include +#include + #include "log-internal.h" #include "mm-internal.h" #include "strlcpy-internal.h"