From 079cc25b11ee2a296f306fe323cc8be2e28dfecf Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sat, 21 Oct 1995 08:38:13 +0000 Subject: [PATCH] Killed a few gratuitous #include's. --- sys/kern/kern_descrip.c | 4 +--- sys/kern/kern_exec.c | 4 ++-- sys/kern/subr_rlist.c | 4 +--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index 2f1ad242ffa..39cda9d7676 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_descrip.c 8.6 (Berkeley) 4/19/94 - * $Id: kern_descrip.c,v 1.10 1995/05/30 08:05:21 rgrimes Exp $ + * $Id: kern_descrip.c,v 1.11 1995/10/08 00:06:00 swallace Exp $ */ #include @@ -52,10 +52,8 @@ #include #include #include -#include #include #include -#include int finishdup(struct filedesc *fdp, int old, int new, int *retval); /* diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index cf8a38f5998..eb956f5d5ff 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_exec.c,v 1.22 1995/08/24 10:32:37 davidg Exp $ + * $Id: kern_exec.c,v 1.23 1995/10/08 00:06:01 swallace Exp $ */ #include @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index 0bc6f4cc4eb..b0cc05f60d2 100644 --- a/sys/kern/subr_rlist.c +++ b/sys/kern/subr_rlist.c @@ -54,18 +54,16 @@ * functioning of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: subr_rlist.c,v 1.9 1995/03/16 18:12:41 bde Exp $ + * $Id: subr_rlist.c,v 1.10 1995/05/30 08:05:54 rgrimes Exp $ */ #include #include -#include #include #include #include #include #include -#include /* * Resource lists.