vfsck: Tidy header includes
[openafs.git] / src / vfsck / inode.c
index da5e12b..6e74b19 100644 (file)
 #include <afsconfig.h>
 #include <afs/param.h>
 
+#include <roken.h>
 
-#define VICE                   /* control whether AFS changes are present */
-#include <stdio.h>
+#include <ctype.h>
 
-#include <sys/time.h>
-#include <sys/param.h>
+#define VICE                   /* control whether AFS changes are present */
 
 #ifdef AFS_OSF_ENV
 #include <sys/mount.h>
@@ -55,7 +54,6 @@
 #else /* AFS_VFSINCL_ENV */
 #include <sys/inode.h>
 #ifdef AFS_HPUX_ENV
-#include <ctype.h>
 #define        LONGFILENAMES   1
 #include <sys/sysmacros.h>
 #include <sys/ino.h>