]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
volinfo: clean up headers
authorMichael Meffie <mmeffie@sinenomine.net>
Sat, 23 Jul 2011 03:38:36 +0000 (23:38 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 13 Aug 2014 18:20:39 +0000 (14:20 -0400)
Remove unneeded includes.

Reviewed-on: http://gerrit.openafs.org/5098
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit be152a00a7e4043592094be30f4a811c67a4ac32)

Change-Id: Ieb59affdc63f47d0adb35c89a2fc9d2ea72ba462
Reviewed-on: http://gerrit.openafs.org/11261
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/vol/vol-info.c

index 0723f00da34bad70dab5678992d3a5d4d58cf12b..b8b8491299f3a9ba335d85cd99989ac17abaad7a 100644 (file)
 #endif
 #include <afs/cmd.h>
 #include <afs/dir.h>
-
-#include <rx/xdr.h>
 #include <afs/afsint.h>
-#include "nfs.h"
 #include <afs/errors.h>
+
 #include "lock.h"
-#include "lwp.h"
-#include <afs/afssyscalls.h>
 #include "ihandle.h"
 #include "vnode.h"
 #include "volume.h"
 #include "partition.h"
-#include "viceinode.h"
-#include <afs/afssyscalls.h>
-#include <afs/afsutil.h>
 
 #ifdef _AIX
 #include <time.h>