mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
time.h and sys/time.h inclusion conditionally done in setup_once.h
This commit is contained in:
parent
0a26b0e3e7
commit
0337b87197
15 changed files with 1 additions and 64 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue