diff options
Diffstat (limited to 'sys/kern/kern_physio.c')
-rw-r--r-- | sys/kern/kern_physio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index ac60e66..652c37a 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -16,7 +16,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: kern_physio.c,v 1.20 1997/08/09 10:13:17 dyson Exp $ + * $Id: kern_physio.c,v 1.21 1997/08/26 00:15:04 bde Exp $ */ #include <sys/param.h> @@ -25,7 +25,6 @@ #include <sys/conf.h> #include <sys/proc.h> #include <vm/vm.h> -#include <vm/vm_param.h> #include <vm/vm_extern.h> static void physwakeup __P((struct buf *bp)); |