do not need to include sys/types.h or sys/socket.h

This commit is contained in:
Bob Halley 1999-07-06 22:58:44 +00:00
parent 08fd94c483
commit 283be780d8
2 changed files with 0 additions and 7 deletions

View file

@ -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");

View file

@ -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>