diff options
author | root <root> | 2007-11-06 16:09:37 +0000 |
---|---|---|
committer | root <root> | 2007-11-06 16:09:37 +0000 |
commit | 36718ee47b617f9eeb411c70d1dd87bc33389db3 (patch) | |
tree | 0d3cf784be49cf9d8848a2af1afe3e682553b5d0 /evdns.c | |
parent | 4ee0973144c5b6c7cf136b1256e7ce9cb802e682 (diff) |
big win32 check-in
Diffstat (limited to 'evdns.c')
-rw-r--r-- | evdns.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: evdns.c,v 1.15 2007-11-05 17:57:54 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. @@ -80,7 +80,6 @@ #include <string.h> #include <fcntl.h> -#include <sys/time.h> #ifdef HAVE_STDINT_H #include <stdint.h> #endif @@ -88,7 +87,6 @@ #include <string.h> #include <errno.h> #include <assert.h> -#include <unistd.h> #include <limits.h> #include <sys/stat.h> #include <ctype.h> |