X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/2c478454e9a3a21bdc62c7f46b02149795888437..36718ee47b617f9eeb411c70d1dd87bc33389db3:/evdns.c diff --git a/evdns.c b/evdns.c index 3224cce..c12b4f6 100644 --- a/evdns.c +++ b/evdns.c @@ -1,4 +1,4 @@ -/* $Id: evdns.c,v 1.6 2007-11-03 19:41:55 root Exp $ */ +/* $Id: evdns.c,v 1.16 2007-11-06 16:09:37 root Exp $ */ /* The original version of this module was written by Adam Langley; for * a history of modifications, check out the subversion logs. @@ -40,8 +40,10 @@ #endif #ifdef WIN32 +#ifndef EV_STANDALONE #include "misc.h" #endif +#endif /* #define NDEBUG */ @@ -78,7 +80,6 @@ #include #include -#include #ifdef HAVE_STDINT_H #include #endif @@ -86,7 +87,6 @@ #include #include #include -#include #include #include #include @@ -94,7 +94,6 @@ #include #include "evdns.h" -#include "log.h" #ifdef WIN32 #include #include