aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-07-25 04:08:08 +0200
committerYang Tse <yangsita@gmail.com>2011-07-25 04:08:08 +0200
commit0337b871975ab515c513d2c5d596feb9a489494d (patch)
tree00eb1adfdf5e4394ef3b307aa7a4eb9d93c88c5c /lib/transfer.c
parent0a26b0e3e7e5cb616a03dd428c24e660a60d57ce (diff)
time.h and sys/time.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 6889fa7c7..656e5ccb1 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -34,7 +34,6 @@
#include "rawstr.h"
#ifdef WIN32
-#include <time.h>
#include <io.h>
#else
#ifdef HAVE_SYS_SOCKET_H
@@ -43,9 +42,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