1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-05 16:39:36 +00:00

setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>

Inclusion of these two header files now done in setup_once.h
This commit is contained in:
Yang Tse
2012-12-14 18:36:59 +01:00
parent a1035276c1
commit 0c677f578e
28 changed files with 9 additions and 99 deletions

View File

@ -16,9 +16,6 @@
#include "ares_setup.h"
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif