no longer need to include time.h, vnode.h, and inode.h; just include dinode.h
[unix-history] / usr / src / sbin / fsck / pass4.c
index 93b83f5..37b4dc7 100644 (file)
@@ -5,13 +5,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass4.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass4.c    5.5 (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"