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/ftplistparser.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/ftplistparser.c')
-rw-r--r-- | lib/ftplistparser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ftplistparser.c b/lib/ftplistparser.c index a3fef3971..bbf6e9ef9 100644 --- a/lib/ftplistparser.c +++ b/lib/ftplistparser.c @@ -37,8 +37,6 @@ #include "setup.h" -#include <time.h> - #include "ftplistparser.h" #include "curl_fnmatch.h" |