From e95c8eaaf53dee68fe4db14acc0385a6bb84b992 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 11 Oct 2010 15:15:04 -0400 Subject: [PATCH] Fix rxperf includes Don't use raw includes for "rx.h" and friends - instead include them from the appropriate place in our include tree. Change-Id: Ic136b20b571bef3f476de02302404d64cc741171 Reviewed-on: http://gerrit.openafs.org/2962 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- src/rx/test/rxperf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rx/test/rxperf.c b/src/rx/test/rxperf.c index 342f20bb00..3ab7b768b5 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