From 6c3a87a5994b1fba9059b67ef79182b59a672478 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Sep 2004 20:47:31 +0000 Subject: [PATCH] no longer includes getdate.h, there's no need for it --- lib/transfer.c | 1 - 1 file changed, 1 deletion(-) 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"