get rid of unneeded include
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 13 Jul 1992 06:55:32 +0000 (22:55 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 13 Jul 1992 06:55:32 +0000 (22:55 -0800)
SCCS-vsn: sys/kern/vfs_bio.c 7.51
SCCS-vsn: sys/kern/vfs_cluster.c 7.51

usr/src/sys/kern/vfs_bio.c
usr/src/sys/kern/vfs_cluster.c

index 4f66c4e..abb9b71 100644 (file)
@@ -6,14 +6,13 @@
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
- *     @(#)vfs_bio.c   7.50 (Berkeley) %G%
+ *     @(#)vfs_bio.c   7.51 (Berkeley) %G%
  */
 
 #include <sys/param.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
 #include <sys/vnode.h>
  */
 
 #include <sys/param.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
 #include <sys/vnode.h>
-#include <sys/specdev.h>
 #include <sys/mount.h>
 #include <sys/trace.h>
 #include <sys/resourcevar.h>
 #include <sys/mount.h>
 #include <sys/trace.h>
 #include <sys/resourcevar.h>
index e0c6e0d..1e214c5 100644 (file)
@@ -6,14 +6,13 @@
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
- *     @(#)vfs_cluster.c       7.50 (Berkeley) %G%
+ *     @(#)vfs_cluster.c       7.51 (Berkeley) %G%
  */
 
 #include <sys/param.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
 #include <sys/vnode.h>
  */
 
 #include <sys/param.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
 #include <sys/vnode.h>
-#include <sys/specdev.h>
 #include <sys/mount.h>
 #include <sys/trace.h>
 #include <sys/resourcevar.h>
 #include <sys/mount.h>
 #include <sys/trace.h>
 #include <sys/resourcevar.h>