get rid of unneeded header files
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 18 Feb 1990 02:51:51 +0000 (18:51 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 18 Feb 1990 02:51:51 +0000 (18:51 -0800)
SCCS-vsn: sys/vax/mba/hp.c 7.18
SCCS-vsn: sys/vax/mba/ht.c 7.8
SCCS-vsn: sys/vax/mba/mba.c 7.4
SCCS-vsn: sys/vax/mba/mt.c 7.5

usr/src/sys/vax/mba/hp.c
usr/src/sys/vax/mba/ht.c
usr/src/sys/vax/mba/mba.c
usr/src/sys/vax/mba/mt.c

index 67b9fd9..da7085f 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.
  *
- *     @(#)hp.c        7.17 (Berkeley) %G%
+ *     @(#)hp.c        7.18 (Berkeley) %G%
  */
 
 #ifdef HPDEBUG
  */
 
 #ifdef HPDEBUG
@@ -26,7 +26,6 @@ int   hpbdebug;
 #include "dkstat.h"
 #include "buf.h"
 #include "conf.h"
 #include "dkstat.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "file.h"
 #include "user.h"
 #include "map.h"
 #include "file.h"
 #include "user.h"
 #include "map.h"
@@ -36,7 +35,6 @@ int   hpbdebug;
 #include "dkbad.h"
 #include "disklabel.h"
 #include "ioctl.h"
 #include "dkbad.h"
 #include "disklabel.h"
 #include "ioctl.h"
-#include "uio.h"
 #include "syslog.h"
 #include "stat.h"
 
 #include "syslog.h"
 #include "stat.h"
 
index 16e7207..77ca35f 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.
  *
- *     @(#)ht.c        7.7 (Berkeley) %G%
+ *     @(#)ht.c        7.8 (Berkeley) %G%
  */
 
 #include "tu.h"
  */
 
 #include "tu.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "file.h"
 #include "user.h"
 #include "map.h"
 #include "ioctl.h"
 #include "mtio.h"
 #include "cmap.h"
 #include "file.h"
 #include "user.h"
 #include "map.h"
 #include "ioctl.h"
 #include "mtio.h"
 #include "cmap.h"
-#include "uio.h"
 #include "tty.h"
 #include "syslog.h"
 
 #include "tty.h"
 #include "syslog.h"
 
index f1a6cf6..e27a915 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.
  *
- *     @(#)mba.c       7.3 (Berkeley) %G%
+ *     @(#)mba.c       7.4 (Berkeley) %G%
  */
 
 #include "mba.h"
  */
 
 #include "mba.h"
@@ -18,7 +18,6 @@
 #include "dkstat.h"
 #include "buf.h"
 #include "conf.h"
 #include "dkstat.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "map.h"
 #include "user.h"
 #include "proc.h"
 #include "map.h"
index 122020c..e67e402 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.
  *
- *     @(#)mt.c        7.4 (Berkeley) %G%
+ *     @(#)mt.c        7.5 (Berkeley) %G%
  */
 
 #include "mu.h"
  */
 
 #include "mu.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "file.h"
 #include "user.h"
 #include "map.h"
 #include "ioctl.h"
 #include "mtio.h"
 #include "cmap.h"
 #include "file.h"
 #include "user.h"
 #include "map.h"
 #include "ioctl.h"
 #include "mtio.h"
 #include "cmap.h"
-#include "uio.h"
 #include "tty.h"
 #include "syslog.h"
 
 #include "tty.h"
 #include "syslog.h"