delete unneeded header files
[unix-history] / usr / src / sys / vax / stand / drtest.c
index 860898b..29d6671 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.
  *
- *     @(#)drtest.c    7.3 (Berkeley) %G%
+ *     @(#)drtest.c    7.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
  * by reading the disk a track at a time.
  */
 #include "param.h"
  * by reading the disk a track at a time.
  */
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 #include "disklabel.h"
 #include "disklabel.h"
-
 #include "saio.h"
 
 #define SECTSIZ        512
 #include "saio.h"
 
 #define SECTSIZ        512