From: Michael Meffie Date: Sat, 23 Jul 2011 03:38:36 +0000 (-0400) Subject: volinfo: clean up headers X-Git-Tag: upstream/1.8.0_pre1^2~3470 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=be152a00a7e4043592094be30f4a811c67a4ac32;p=packages%2Fo%2Fopenafs.git volinfo: clean up headers Remove unneeded includes. Change-Id: I68514d47b1ddd4ea1d79c919635f87f6670e767f Reviewed-on: http://gerrit.openafs.org/5098 Reviewed-by: Andrew Deason Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/vol/vol-info.c b/src/vol/vol-info.c index 533a9f2bd..bf7786543 100644 --- a/src/vol/vol-info.c +++ b/src/vol/vol-info.c @@ -27,21 +27,14 @@ #include #include - -#include #include -#include "nfs.h" #include + #include "lock.h" -#include "lwp.h" -#include #include "ihandle.h" #include "vnode.h" #include "volume.h" #include "partition.h" -#include "viceinode.h" -#include -#include #ifndef AFS_NT40_ENV #include "AFS_component_version_number.c"