diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-13 20:47:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-13 20:47:15 +0000 |
commit | 13cc010e387116a5657c08d2232b15f890c0b161 (patch) | |
tree | 68621d308ecf00b8d197c385e31c4e026422adc3 | |
parent | e99bf99829371dd57887aa758bdd3707ca22be77 (diff) |
getdate.h is not required to include, it adds nothing new
-rw-r--r-- | lib/cookie.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |