mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-12 21:52:47 -04:00
do not need to include sys/types.h or sys/socket.h
This commit is contained in:
parent
08fd94c483
commit
283be780d8
2 changed files with 0 additions and 7 deletions
|
|
@ -22,9 +22,6 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <isc/types.h>
|
||||
#include <isc/assertions.h>
|
||||
#include <isc/error.h>
|
||||
|
|
@ -65,7 +62,6 @@ isc_sockaddr_equal(isc_sockaddr_t *a, isc_sockaddr_t *b)
|
|||
INSIST("Unknown socket protocol");
|
||||
break;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
UNEXPECTED_ERROR(__FILE__, __LINE__, "Cannot happen");
|
||||
|
|
|
|||
|
|
@ -24,9 +24,6 @@
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <isc/assertions.h>
|
||||
#include <isc/error.h>
|
||||
#include <isc/thread.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue