diff options
author | Yang Tse <yangsita@gmail.com> | 2011-07-25 04:08:08 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-07-25 04:08:08 +0200 |
commit | 0337b871975ab515c513d2c5d596feb9a489494d (patch) | |
tree | 00eb1adfdf5e4394ef3b307aa7a4eb9d93c88c5c /lib/file.c | |
parent | 0a26b0e3e7e5cb616a03dd428c24e660a60d57ce (diff) | |
download | curl-0337b871975ab515c513d2c5d596feb9a489494d.tar.gz |
time.h and sys/time.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/file.c')
-rw-r--r-- | lib/file.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 <ctype.h> #ifdef WIN32 -#include <time.h> #include <io.h> #include <fcntl.h> #else @@ -41,9 +40,6 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif -#ifdef HAVE_SYS_TIME_H -#include <sys/time.h> -#endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |