mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:43:31 +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
|
|
@ -45,10 +45,6 @@
|
|||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TIME_H
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue