From: Daniel Stenberg Date: Mon, 13 Sep 2004 20:47:31 +0000 (+0000) Subject: no longer includes getdate.h, there's no need for it X-Git-Tag: curl-7_12_2~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c3a87a5994b1fba9059b67ef79182b59a672478;p=thirdparty%2Fcurl.git no longer includes getdate.h, there's no need for it --- diff --git a/lib/transfer.c b/lib/transfer.c index 89985a7242..2a3d0b10f0 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"