summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 108ba71801ec..bd1d78f160da 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: vfs_bio.c,v 1.130 1997/10/12 20:24:21 phk Exp $
+ * $Id: vfs_bio.c,v 1.131 1997/10/26 20:55:04 phk Exp $
*/
/*
@@ -56,9 +56,6 @@
#include <sys/mount.h>
#include <sys/malloc.h>
#include <sys/resourcevar.h>
-#include <sys/proc.h>
-
-#include <miscfs/specfs/specdev.h>
static MALLOC_DEFINE(M_BIOBUF, "BIO buffer", "BIO buffer");