Since we adopted libroken, we get a lot of header includes automatically
from roken.h. Use these, instead of including lots of things multiple
times.
Change-Id: I593ca273e11e4dd7bb0887e708189cc7a1181879
Reviewed-on: http://gerrit.openafs.org/4413
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
#include <afsconfig.h>
#include <afs/param.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/types.h>
-#include <unistd.h>
-#include <sys/stat.h>
+#include <roken.h>
+
#if defined(AFS_AIX_ENV)
#include <sys/tape.h>
#include <sys/statfs.h>
#endif
#endif /* AFS_AIX_ENV */
-#include <string.h>
-#include <stdlib.h>
-
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
#include <afs/afs_assert.h>
#include "usd.h"
#include <afsconfig.h>
#include <afs/param.h>
+#include <roken.h>
#include <windows.h>
-#include <stdio.h>
-#include <io.h>
#include <winioctl.h>
#include <sys/stat.h>
#include <crtdbg.h>