From: Chaskiel Grundman Date: Wed, 29 May 2013 17:26:29 +0000 (-0400) Subject: Remove kauth headers from afs_usrops.c X-Git-Tag: upstream/1.8.0_pre1^2~456 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8b0a296bef8529cf66664b0713a3b451e3b5a5ec;p=packages%2Fo%2Fopenafs.git Remove kauth headers from afs_usrops.c Since ka_* functions are no longer called from here, we don't need the headers Change-Id: I538c27cf4fe2f16811d1d3056b25054c80ba5b2a Reviewed-on: http://gerrit.openafs.org/9956 Reviewed-by: D Brashear Tested-by: BuildBot --- diff --git a/src/afs/UKERNEL/afs_usrops.c b/src/afs/UKERNEL/afs_usrops.c index 809d5cdf9..58e7b3057 100644 --- a/src/afs/UKERNEL/afs_usrops.c +++ b/src/afs/UKERNEL/afs_usrops.c @@ -26,8 +26,6 @@ #include "afs/auth.h" #include "afs/cellconfig.h" #include "afs/vice.h" -#include "afs/kauth.h" -#include "afs/kautils.h" #include "afs/afsutil.h" #include "afs/afs_bypasscache.h" #include "rx/rx_globals.h"