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: I0eee5dd0656e32617855ccf4a30d4c4be47b7da2
Reviewed-on: http://gerrit.openafs.org/4328
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
#include <afsconfig.h>
#include <afs/param.h>
+#include <roken.h>
-
-#include <string.h>
-
-#include "fsprobe.h" /*Interface for this module */
#include <lwp.h> /*Lightweight process package */
#include <afs/cellconfig.h>
#include <afs/afsint.h>
#include <afs/afsutil.h>
#include <afs/volser.h>
#include <afs/volser_prototypes.h>
-
#define FSINT_COMMON_XG
#include <afs/afscbint.h>
+#include "fsprobe.h" /*Interface for this module */
+
#define LWP_STACK_SIZE (16 * 1024)
/*
#include <afsconfig.h>
#include <afs/param.h>
+#include <roken.h>
-#include <errno.h>
-#include <stdio.h> /*Standard I/O stuff */
#include <afs/afscbint.h> /*Callback interface defs */
#include <afs/afsutil.h>
#include <afsconfig.h>
#include <afs/param.h>
+#include <roken.h>
-#include <string.h>
#include "fsprobe.h" /*Interface for fsprobe module */
#include <afs/afsutil.h>