From: Daniel Stenberg Date: Mon, 13 Sep 2004 20:47:15 +0000 (+0000) Subject: getdate.h is not required to include, it adds nothing new X-Git-Tag: curl-7_12_2~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13cc010e387116a5657c08d2232b15f890c0b161;p=curl getdate.h is not required to include, it adds nothing new --- diff --git a/lib/cookie.c b/lib/cookie.c index fe603c672..b7a2237a3 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -88,7 +88,6 @@ Example set of cookies: #include "urldata.h" #include "cookie.h" -#include "getdate.h" #include "strequal.h" #include "strtok.h" #include "sendf.h"