From cc03533c8d698cc0fe91cf91e79c016327c7f0bb Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 16 Jan 1998 17:38:56 +0000 Subject: [PATCH] Removed most unused includes of outside the kernel. --- libexec/bootpd/rtmsg.c | 3 +-- sbin/ifconfig/ifmedia.c | 3 +-- usr.sbin/arp/arp.c | 3 +-- usr.sbin/pppd/sys-bsd.c | 3 +-- usr.sbin/rarpd/rarpd.c | 3 +-- usr.sbin/wlconfig/wlconfig.c | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index b6bd3638940..e9702bb0d0a 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -39,7 +39,7 @@ /* * from arp.c 8.2 (Berkeley) 1/2/94 - * $Id$ + * $Id: rtmsg.c,v 1.8 1997/02/22 14:21:09 peter Exp $ */ #include @@ -54,7 +54,6 @@ #include #include -#include /* needed for if_ether.h XXX */ #include #include #include diff --git a/sbin/ifconfig/ifmedia.c b/sbin/ifconfig/ifmedia.c index 47688cbe862..73e83de64c8 100644 --- a/sbin/ifconfig/ifmedia.c +++ b/sbin/ifconfig/ifmedia.c @@ -1,5 +1,5 @@ /* $NetBSD: ifconfig.c,v 1.34 1997/04/21 01:17:58 lukem Exp $ */ -/* $Id: ifmedia.c,v 1.3 1997/05/10 17:14:53 peter Exp $ */ +/* $Id: ifmedia.c,v 1.4 1997/10/16 03:55:29 peter Exp $ */ /* * Copyright (c) 1997 Jason R. Thorpe. @@ -73,7 +73,6 @@ #include #include -#include #include #include #include diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index c9240896e2e..1ff232a9c79 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -45,7 +45,7 @@ static char const copyright[] = static char const sccsid[] = "@(#)from: arp.c 8.2 (Berkeley) 1/2/94"; #endif static const char rcsid[] = - "$Id: arp.c,v 1.12 1997/09/03 06:32:31 charnier Exp $"; + "$Id: arp.c,v 1.13 1997/11/13 01:16:57 julian Exp $"; #endif /* not lint */ /* @@ -62,7 +62,6 @@ static const char rcsid[] = #include #include -#include #include #include #include diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index a749a792746..53b8e75b659 100644 --- a/usr.sbin/pppd/sys-bsd.c +++ b/usr.sbin/pppd/sys-bsd.c @@ -21,7 +21,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: sys-bsd.c,v 1.11 1997/08/19 17:52:47 peter Exp $"; #endif /* @@ -51,7 +51,6 @@ static char rcsid[] = "$Id$"; #endif #include -#include #include #include #include diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index 87f833d3c63..619e3075309 100644 --- a/usr.sbin/rarpd/rarpd.c +++ b/usr.sbin/rarpd/rarpd.c @@ -27,7 +27,7 @@ The Regents of the University of California. All rights reserved.\n"; #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: rarpd.c,v 1.17 1997/10/13 11:03:36 charnier Exp $"; #endif /* not lint */ /* @@ -47,7 +47,6 @@ static const char rcsid[] = #include #include -#include #include #include #include diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c index 6d252b58c97..989104873a5 100644 --- a/usr.sbin/wlconfig/wlconfig.c +++ b/usr.sbin/wlconfig/wlconfig.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: wlconfig.c,v 1.6 1997/10/27 12:23:08 charnier Exp $"; #endif /* not lint */ /* @@ -67,7 +67,6 @@ static const char rcsid[] = #include #include -#include #include #include extern struct ether_addr *ether_aton(char *a);