aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-13 20:47:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-13 20:47:31 +0000
commit6c3a87a5994b1fba9059b67ef79182b59a672478 (patch)
tree0679173ed86a8a09bb0b8f4d03fdb3e0524e6c57
parent13cc010e387116a5657c08d2232b15f890c0b161 (diff)
no longer includes getdate.h, there's no need for it
-rw-r--r--lib/transfer.c1
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"