diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-13 20:47:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-13 20:47:31 +0000 |
commit | 6c3a87a5994b1fba9059b67ef79182b59a672478 (patch) | |
tree | 0679173ed86a8a09bb0b8f4d03fdb3e0524e6c57 /lib | |
parent | 13cc010e387116a5657c08d2232b15f890c0b161 (diff) | |
download | curl-6c3a87a5994b1fba9059b67ef79182b59a672478.tar.gz |
no longer includes getdate.h, there's no need for it
Diffstat (limited to 'lib')
-rw-r--r-- | lib/transfer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index 89985a724..2a3d0b10f 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -92,7 +92,6 @@ #include "sendf.h" #include "speedcheck.h" #include "progress.h" -#include "getdate.h" #include "http.h" #include "url.h" #include "getinfo.h" |