Remove duplicated header files

This commit is contained in:
Kevin Lo 2011-06-24 07:05:20 +00:00
parent f6c506d9cf
commit fdb6437f73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223492
12 changed files with 0 additions and 13 deletions

View File

@ -40,7 +40,6 @@ static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/socket.h>
#include <sys/ioctl.h>

View File

@ -72,7 +72,6 @@ __FBSDID("$FreeBSD$");
#include <stddef.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -71,7 +71,6 @@ static const char rcsid[] =
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netdb.h>
/* Global defs */
#ifdef DEBUG

View File

@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <pmc.h>
#include <pmclog.h>
#include <sysexits.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -32,7 +32,6 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <sys/socket.h>
#include <sys/un.h>

View File

@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
#include <signal.h>
#include <stdio.h>
#include <stdlib.h> /* getenv, exit */
#include <string.h>
#include <string.h> /* strcmp */
#include <syslog.h>
#include <unistd.h>

View File

@ -57,7 +57,6 @@ static const char rcsid[] =
#include <pwd.h>
#include <string.h>
#include <sys/resource.h>
#include <stdlib.h>
#include "ypupdated_extern.h"
#ifdef YP

View File

@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$");
#include <sys/wait.h>
#include <errno.h>
#include <err.h>
#include <stdlib.h>
#include <unistd.h>
#include "ypupdated_extern.h"
#include "yp_extern.h"

View File

@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpc.h>
#include <rpc/key_prot.h>
#include <sys/param.h>
#include <sys/cdefs.h>
#include <rpcsvc/yp.h>
#include "ypupdate_prot.h"
#include "ypupdated_extern.h"

View File

@ -32,7 +32,6 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/linker.h>
#include <fcntl.h>
#include <dirent.h>
#include <fcntl.h>
#include <fnmatch.h>

View File

@ -42,11 +42,9 @@ __FBSDID("$FreeBSD$");
*/
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/errno.h>
#include <sys/sysctl.h>
#include <net/if.h>

View File

@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/errno.h>
#include <sys/sysctl.h>
#include <sys/fcntl.h>