diff options
author | dg <dg@FreeBSD.org> | 1995-10-21 08:38:13 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-10-21 08:38:13 +0000 |
commit | 50bd49a6eddb182f85a73a737d18da26fc5acdc1 (patch) | |
tree | ba4401b223195297fbb10079745e87d33d98e999 /sys/kern/subr_rlist.c | |
parent | a55094325d333327b0fda84ebc4dd738a7761e40 (diff) | |
download | FreeBSD-src-50bd49a6eddb182f85a73a737d18da26fc5acdc1.zip FreeBSD-src-50bd49a6eddb182f85a73a737d18da26fc5acdc1.tar.gz |
Killed a few gratuitous #include's.
Diffstat (limited to 'sys/kern/subr_rlist.c')
-rw-r--r-- | sys/kern/subr_rlist.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index 0bc6f4c..b0cc05f 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 <sys/param.h> #include <sys/systm.h> -#include <sys/cdefs.h> #include <sys/malloc.h> #include <sys/rlist.h> #include <sys/proc.h> #include <vm/vm.h> #include <vm/vm_kern.h> -#include <vm/vm_map.h> /* * Resource lists. |