From: Simon Wilkinson Date: Mon, 11 Oct 2010 19:15:04 +0000 (-0400) Subject: Fix rxperf includes X-Git-Tag: openafs-devel-1_5_78~77 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6edebf1d04350c082c4ededc168fbd69142eed56;p=packages%2Fo%2Fopenafs.git Fix rxperf includes Don't use raw includes for "rx.h" and friends - instead include them from the appropriate place in our include tree. Reviewed-on: http://gerrit.openafs.org/2962 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman (cherry picked from commit e95c8eaaf53dee68fe4db14acc0385a6bb84b992) Change-Id: Ieb534d407635e79d181156f7fa6c70b6b8477e93 Reviewed-on: http://gerrit.openafs.org/3058 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/rx/test/rxperf.c b/src/rx/test/rxperf.c index 0b1cc7536..ce6c4cfe8 100644 --- a/src/rx/test/rxperf.c +++ b/src/rx/test/rxperf.c @@ -79,9 +79,9 @@ nn * We are using getopt since we want it to be possible to link to * is hopefully a err.h */ #endif #include -#include "rx.h" -#include "rx_null.h" -#include "rx_globals.h" +#include +#include +#include #ifdef AFS_PTHREAD_ENV #include