get rid of unneeded header files
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 18 Feb 1990 02:48:33 +0000 (18:48 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 18 Feb 1990 02:48:33 +0000 (18:48 -0800)
SCCS-vsn: sys/vax/vax/cons.c 7.9
SCCS-vsn: sys/vax/vax/flp.c 7.3
SCCS-vsn: sys/vax/vax/sys_machdep.c 7.3
SCCS-vsn: sys/vax/vax/tu.c 7.3
SCCS-vsn: sys/vax/vax/mem.c 7.3
SCCS-vsn: sys/vax/vax/crl.c 7.3

usr/src/sys/vax/vax/cons.c
usr/src/sys/vax/vax/crl.c
usr/src/sys/vax/vax/flp.c
usr/src/sys/vax/vax/mem.c
usr/src/sys/vax/vax/sys_machdep.c
usr/src/sys/vax/vax/tu.c

index 0e5a27d..da0722b 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)cons.c      7.8 (Berkeley) %G%
+ *     @(#)cons.c      7.9 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
  */
 #include "param.h"
 #include "conf.h"
  */
 #include "param.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
 #include "tty.h"
 #include "systm.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
 #include "tty.h"
 #include "systm.h"
-#include "uio.h"
 
 #include "cpu.h"
 #include "cons.h"
 
 #include "cpu.h"
 #include "cons.h"
index 2744f08..6b83250 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)crl.c       7.2 (Berkeley) %G%
+ *     @(#)crl.c       7.3 (Berkeley) %G%
  */
 /*
  * TO DO (tef  7/18/85):
  */
 /*
  * TO DO (tef  7/18/85):
 #include "param.h"
 #include "systm.h"
 #include "conf.h"
 #include "param.h"
 #include "systm.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "user.h"
 #include "buf.h"
-#include "uio.h"
 
 #include "cons.h"
 #include "cpu.h"
 
 #include "cons.h"
 #include "cpu.h"
index 9d17141..6abafaf 100644 (file)
@@ -3,17 +3,15 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)flp.c       7.2 (Berkeley) %G%
+ *     @(#)flp.c       7.3 (Berkeley) %G%
  */
 
 #if VAX780
 #include "param.h"
 #include "systm.h"
 #include "conf.h"
  */
 
 #if VAX780
 #include "param.h"
 #include "systm.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "user.h"
 #include "buf.h"
-#include "uio.h"
 
 #include "cons.h"
 #include "cpu.h"
 
 #include "cons.h"
 #include "cpu.h"
index dff4545..7ef2c26 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)mem.c       7.2 (Berkeley) %G%
+ *     @(#)mem.c       7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 #include "pte.h"
 
 #include "param.h"
 #include "pte.h"
 
 #include "param.h"
-#include "dir.h"
 #include "user.h"
 #include "conf.h"
 #include "buf.h"
 #include "systm.h"
 #include "vm.h"
 #include "cmap.h"
 #include "user.h"
 #include "conf.h"
 #include "buf.h"
 #include "systm.h"
 #include "vm.h"
 #include "cmap.h"
-#include "uio.h"
 
 #include "mtpr.h"
 
 
 #include "mtpr.h"
 
index a631a79..203ffa1 100644 (file)
@@ -3,17 +3,15 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)sys_machdep.c       7.2 (Berkeley) %G%
+ *     @(#)sys_machdep.c       7.3 (Berkeley) %G%
  */
 
 #include "param.h"
 #include "systm.h"
  */
 
 #include "param.h"
 #include "systm.h"
-#include "dir.h"
 #include "user.h"
 #include "ioctl.h"
 #include "file.h"
 #include "proc.h"
 #include "user.h"
 #include "ioctl.h"
 #include "file.h"
 #include "proc.h"
-#include "uio.h"
 #include "kernel.h"
 #include "mtio.h"
 #include "buf.h"
 #include "kernel.h"
 #include "mtio.h"
 #include "buf.h"
index f17be55..df64b7e 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)tu.c        7.2 (Berkeley) %G%
+ *     @(#)tu.c        7.3 (Berkeley) %G%
  */
 
 #if defined(VAX750) || defined(VAX730)
  */
 
 #if defined(VAX750) || defined(VAX730)
@@ -28,7 +28,6 @@
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "kernel.h"
 
 #include "user.h"
 #include "kernel.h"