summaryrefslogtreecommitdiff
path: root/lib/cookie.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-07-25 04:08:08 +0200
committerYang Tse <yangsita@gmail.com>2011-07-25 04:08:08 +0200
commit0337b871975ab515c513d2c5d596feb9a489494d (patch)
tree00eb1adfdf5e4394ef3b307aa7a4eb9d93c88c5c /lib/cookie.h
parent0a26b0e3e7e5cb616a03dd428c24e660a60d57ce (diff)
downloadcurl-0337b871975ab515c513d2c5d596feb9a489494d.tar.gz
time.h and sys/time.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/cookie.h')
-rw-r--r--lib/cookie.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/cookie.h b/lib/cookie.h
index a950e359b..c9d397934 100644
--- a/lib/cookie.h
+++ b/lib/cookie.h
@@ -22,15 +22,6 @@
*
***************************************************************************/
-#include <stdio.h>
-#if defined(WIN32)
-#include <time.h>
-#else
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
-#endif
-
#include <curl/curl.h>
struct Cookie {