]> granicus.if.org Git - libevent/commitdiff
Use new-style headers in evdns.c
authorNick Mathewson <nickm@torproject.org>
Sun, 19 Apr 2009 01:58:41 +0000 (01:58 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 19 Apr 2009 01:58:41 +0000 (01:58 +0000)
svn:r1203

evdns.c

diff --git a/evdns.c b/evdns.c
index 791cd8bd5ad39103fee1ec9ef05a437ca869cbaa..cbd00d7915cf9689c88cd1091210f0c92a50882a 100644 (file)
--- a/evdns.c
+++ b/evdns.c
 #include <stdio.h>
 #include <stdarg.h>
 
-#include "evdns.h"
-#include "evutil.h"
+#include <event2/dns.h>
+#include <event2/dns_struct.h>
+#include <event2/dns_compat.h>
+#include <event2/util.h>
+
 #include "log-internal.h"
 #include "mm-internal.h"
 #include "strlcpy-internal.h"