xstat: Tidy up header includes

Remove headers which are provided by libroken, and reorder header
includes so that they're a bit a more legible.

Change-Id: I750ac319feb38e416abb0b8e3575613309c6ab8e
Reviewed-on: http://gerrit.openafs.org/4422
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Simon Wilkinson 2011-04-02 15:06:10 +01:00 committed by Derrick Brashear
parent 0f5ecc85e5
commit cdc612596d
5 changed files with 4 additions and 12 deletions

View File

@ -16,13 +16,13 @@
#include <afsconfig.h>
#include <afs/param.h>
#include <roken.h>
#include "xstat_cm.h" /*Interface for this module */
#include <lwp.h> /*Lightweight process package */
#include <afs/afsutil.h>
#include <string.h>
#define LWP_STACK_SIZE (16 * 1024)

View File

@ -20,8 +20,6 @@
#include "xstat_cm.h" /*Interface for xstat_cm module */
#include <afs/cmd.h> /*Command line interpreter */
#include <time.h>
#include <string.h>
#include <afs/afsutil.h>
/*

View File

@ -16,6 +16,7 @@
#include <afsconfig.h>
#include <afs/param.h>
#include <roken.h>
#include "xstat_fs.h" /*Interface for this module */
@ -23,7 +24,6 @@
#include <afs/afsutil.h>
#include <afs/afscbint.h>
#include <string.h>
#define LWP_STACK_SIZE (16 * 1024)

View File

@ -24,6 +24,7 @@
#include <afsconfig.h>
#include <afs/param.h>
#include <roken.h>
#ifdef AFS_NT40_ENV
@ -31,11 +32,6 @@
#include <rpc.h>
#endif
#include <errno.h>
#include <stdio.h> /*Standard I/O stuff */
#include <string.h>
#include <afs/afscbint.h> /*Callback interface defs */
#include <afs/afsutil.h>

View File

@ -15,13 +15,11 @@
#include <afsconfig.h>
#include <afs/param.h>
#include <roken.h>
#include <roken.h>
#include "xstat_fs.h" /*Interface for xstat_fs module */
#include <afs/cmd.h> /*Command line interpreter */
#include <time.h>
#include <string.h>
#include <afs/afsutil.h>
/*