2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

remove unnecessary #includes

This commit is contained in:
Brian Wellington
2001-03-06 23:02:04 +00:00
parent 9ac7076eba
commit ac3f9fa1ec
4 changed files with 4 additions and 18 deletions

View File

@@ -15,12 +15,11 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: gethost.c,v 1.26 2001/01/09 21:59:17 bwelling Exp $ */
/* $Id: gethost.c,v 1.27 2001/03/06 23:02:00 bwelling Exp $ */
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
#include <string.h>

View File

@@ -15,18 +15,11 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: getrrset.c,v 1.8 2001/03/05 22:39:57 bwelling Exp $ */
/* $Id: getrrset.c,v 1.9 2001/03/06 23:02:01 bwelling Exp $ */
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <arpa/inet.h>
#include <string.h>
#include <errno.h>

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: lwconfig.c,v 1.27 2001/01/23 00:41:55 bwelling Exp $ */
/* $Id: lwconfig.c,v 1.28 2001/03/06 23:02:03 bwelling Exp $ */
/***
*** Module for parsing resolv.conf files.
@@ -47,9 +47,6 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <lwres/lwbuffer.h>
#include <lwres/lwres.h>

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: lwresutil.c,v 1.27 2001/02/05 20:48:42 bwelling Exp $ */
/* $Id: lwresutil.c,v 1.28 2001/03/06 23:02:04 bwelling Exp $ */
#include <config.h>
@@ -25,9 +25,6 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <lwres/lwbuffer.h>
#include <lwres/lwres.h>