diff options
Diffstat (limited to 'lib/cookie.h')
-rw-r--r-- | lib/cookie.h | 9 |
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 { |