no longer need to include time.h, vnode.h, and inode.h; just include dinode.h
[unix-history] / usr / src / sbin / fsck / pass1b.c
index ad51736..b714182 100644 (file)
@@ -5,13 +5,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass1b.c   5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass1b.c   5.4 (Berkeley) %G%";
 #endif not lint
 
 #include <sys/param.h>
 #endif not lint
 
 #include <sys/param.h>
-#include <sys/time.h>
-#include <sys/vnode.h>
-#include <ufs/inode.h>
+#include <ufs/dinode.h>
 #include <ufs/fs.h>
 #include "fsck.h"
 
 #include <ufs/fs.h>
 #include "fsck.h"