Skip to content

Commit

Permalink
sbin: Remove duplicate includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Wildner committed Feb 7, 2012
1 parent 05f8862 commit f95e682
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions sbin/disklabel32/disklabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* @(#)disklabel.c 1.2 (Symmetric) 11/28/85
* @(#)disklabel.c 8.2 (Berkeley) 1/7/94
* $FreeBSD: src/sbin/disklabel/disklabel.c,v 1.28.2.15 2003/01/24 16:18:16 des Exp $
* $DragonFly: src/sbin/disklabel/disklabel.c,v 1.28 2008/08/21 21:22:36 thomas Exp $
*/

#include <sys/param.h>
Expand Down Expand Up @@ -66,7 +65,6 @@
#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <disktab.h>
#include "pathnames.h"

/*
Expand Down
4 changes: 0 additions & 4 deletions sbin/disklabel64/disklabel64.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $DragonFly: src/sbin/disklabel64/disklabel64.c,v 1.8 2008/08/22 14:25:02 swildner Exp $
*/
/*
* Copyright (c) 1987, 1993
Expand Down Expand Up @@ -71,7 +69,6 @@
* @(#)disklabel.c 1.2 (Symmetric) 11/28/85
* @(#)disklabel.c 8.2 (Berkeley) 1/7/94
* $FreeBSD: src/sbin/disklabel/disklabel.c,v 1.28.2.15 2003/01/24 16:18:16 des Exp $
* $DragonFly: src/sbin/disklabel64/disklabel64.c,v 1.8 2008/08/22 14:25:02 swildner Exp $
*/

#include <sys/param.h>
Expand Down Expand Up @@ -100,7 +97,6 @@
#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <disktab.h>
#include <uuid.h>
#include "pathnames.h"

Expand Down
2 changes: 0 additions & 2 deletions sbin/fsck_msdosfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
*
* $NetBSD: dir.c,v 1.14 1998/08/25 19:18:15 ross Exp $
* $FreeBSD: src/sbin/fsck_msdosfs/dir.c,v 1.1.2.1 2001/08/01 05:47:55 obrien Exp $
* $DragonFly: src/sbin/fsck_msdosfs/dir.c,v 1.6 2004/12/18 21:43:38 swildner Exp $
*/


Expand All @@ -43,7 +42,6 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <stdio.h>
#include <unistd.h>
#include <time.h>

Expand Down
1 change: 0 additions & 1 deletion sbin/ifconfig/af_inet6.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
#include <netinet/in.h>
#include <net/if_var.h> /* for struct ifaddr */
#include <netinet/in_var.h>
#include <arpa/inet.h>
#include <netdb.h>

#include <netinet6/nd6.h> /* Define ND6_INFINITE_LIFETIME */
Expand Down
2 changes: 0 additions & 2 deletions sbin/ifconfig/ifbridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <err.h>
#include <errno.h>

Expand Down
2 changes: 0 additions & 2 deletions sbin/ifconfig/ifcarp.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <err.h>
#include <errno.h>

Expand Down
2 changes: 0 additions & 2 deletions sbin/ifconfig/ifvlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <err.h>
#include <errno.h>

Expand Down
2 changes: 0 additions & 2 deletions sbin/nfsd/nfsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* @(#) Copyright (c) 1989, 1993, 1994 The Regents of the University of California. All rights reserved.
* @(#)nfsd.c 8.9 (Berkeley) 3/29/95
* $FreeBSD: src/usr.sbin/nfsd/nfsd.c,v 1.34 2005/12/21 10:12:05 delphij Exp $
* $DragonFly: src/sbin/nfsd/nfsd.c,v 1.10 2006/12/27 23:06:29 corecode Exp $
*/

#include <sys/param.h>
Expand All @@ -58,7 +57,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netdb.h>

/* Global defs */
#ifdef DEBUG
Expand Down
1 change: 0 additions & 1 deletion sbin/savecore/savecore.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
#include <sys/kerneldump.h>
#include <sys/diskslice.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <errno.h>
Expand Down

0 comments on commit f95e682

Please sign in to comment.