From: Nick Mathewson Date: Fri, 7 Sep 2007 01:03:01 +0000 (+0000) Subject: r14975@catbus: nickm | 2007-09-06 21:00:38 -0400 X-Git-Tag: release-2.0.1-alpha~584 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=003698c0dfcb29fc435d7d2d862ff838d797d3d8;p=libevent r14975@catbus: nickm | 2007-09-06 21:00:38 -0400 Oops; we were already including sys/time.h. Remove the redundant include. svn:r413 --- diff --git a/http.c b/http.c index da43eb08..25a04011 100644 --- a/http.c +++ b/http.c @@ -64,9 +64,6 @@ #include #endif #include -#ifdef HAVE_SYS_TIME_H -#include -#endif #include #include #include