From 0337b871975ab515c513d2c5d596feb9a489494d Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 25 Jul 2011 04:08:08 +0200 Subject: time.h and sys/time.h inclusion conditionally done in setup_once.h --- lib/file.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/file.c') diff --git a/lib/file.c b/lib/file.c index 4f3ea1bb4..8df6f37fe 100644 --- a/lib/file.c +++ b/lib/file.c @@ -31,7 +31,6 @@ #include #ifdef WIN32 -#include #include #include #else @@ -41,9 +40,6 @@ #ifdef HAVE_NETINET_IN_H #include #endif -#ifdef HAVE_SYS_TIME_H -#include -#endif #ifdef HAVE_UNISTD_H #include #endif -- cgit v1.2.3