]> granicus.if.org Git - libevent/commitdiff
r14975@catbus: nickm | 2007-09-06 21:00:38 -0400
authorNick Mathewson <nickm@torproject.org>
Fri, 7 Sep 2007 01:03:01 +0000 (01:03 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 7 Sep 2007 01:03:01 +0000 (01:03 +0000)
 Oops; we were already including sys/time.h.  Remove the redundant include.

svn:r413

http.c

diff --git a/http.c b/http.c
index da43eb082290db4928e67a61ec49a8e4da175113..25a040117da03879d992687febc156afc251e472 100644 (file)
--- a/http.c
+++ b/http.c
@@ -64,9 +64,6 @@
 #include <syslog.h>
 #endif
 #include <signal.h>
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
 #include <time.h>
 #include <unistd.h>
 #include <fcntl.h>