getdate.h is not required to include, it adds nothing new
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Sep 2004 20:47:15 +0000 (20:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Sep 2004 20:47:15 +0000 (20:47 +0000)
lib/cookie.c

index fe603c6..b7a2237 100644 (file)
@@ -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"