o Remove duplicate includes.

Obtained from:	Slava Semushin via NetBSD
This commit is contained in:
Maxim Konovalov 2007-01-20 08:24:02 +00:00
parent 90f1c2e488
commit ba5b74d001
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166134
7 changed files with 0 additions and 7 deletions

View File

@ -33,7 +33,6 @@ static char sccsid[] = "@(#)siglist.c 8.1 (Berkeley) 6/4/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/cdefs.h>
#include <signal.h>
const char *const sys_signame[NSIG] = {

View File

@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$");
#include "namespace.h"
#include "reentrant.h"
#include <sys/cdefs.h>
#include <stdio.h>
#include <errno.h>
#include <netconfig.h>

View File

@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$");
*/
#include "namespace.h"
#include <sys/cdefs.h>
#include <stdio.h>
#include <errno.h>
#include <netconfig.h>

View File

@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
static const char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95";
#endif
#include <sys/cdefs.h>
#include <sys/types.h>
#include <ctype.h>

View File

@ -107,7 +107,6 @@
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <err.h>
#include "gmt2local.h"
/* packing rule for routing socket */

View File

@ -49,7 +49,6 @@
#include <time.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <err.h>
#include <errno.h>
#include <string.h>

View File

@ -49,7 +49,6 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <syslog.h>
#include <unistd.h>
#include <protocols/timed.h>