X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Frxkad%2Fcrc.c;h=de694bde472f2c4ded63fa22f2d0c2a0a98e8058;hp=e9f5d78fe4b3920096622446a5c16d334ce06665;hb=4eef3b62657504c0c1cec718332dbdf4e200b20e;hpb=1b4f1648e925dab43cbad53c31d56be355de233a diff --git a/src/rxkad/crc.c b/src/rxkad/crc.c index e9f5d78..de694bd 100644 --- a/src/rxkad/crc.c +++ b/src/rxkad/crc.c @@ -34,23 +34,9 @@ /* RCSID("$Heimdal: crc.c,v 1.9 2000/08/03 01:45:14 assar Exp $"); */ #include -#if defined(UKERNEL) -#include "../afs/param.h" -#else #include -#endif -#if defined(UKERNEL) -#include "../afs/sysincludes.h" -#include "../afs/afsincludes.h" -#include "../afs/stds.h" -#include "../rx/xdr.h" -#include "../rx/rx.h" -#include "../des/des.h" -#include "../afs/lifetimes.h" -#include "../afs/rxkad.h" -#else /* defined(UKERNEL) */ #include #include #ifdef AFS_NT40_ENV @@ -64,7 +50,6 @@ #include #include #include "lifetimes.h" -#endif /* defined(UKERNEL) */ static u_long table[256];