]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix rxperf includes
authorSimon Wilkinson <sxw@your-file-system.com>
Mon, 11 Oct 2010 19:15:04 +0000 (15:15 -0400)
committerDerrick Brashear <shadow@dementia.org>
Mon, 25 Oct 2010 23:20:27 +0000 (16:20 -0700)
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 <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit e95c8eaaf53dee68fe4db14acc0385a6bb84b992)
Change-Id: Ieb534d407635e79d181156f7fa6c70b6b8477e93
Reviewed-on: http://gerrit.openafs.org/3058
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/test/rxperf.c

index 0b1cc7536f9ad8aa4542fee85a09e16def89d0d7..ce6c4cfe89d17a6072dc3ef835ab301395e32d89 100644 (file)
@@ -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 <getopt.h>
-#include "rx.h"
-#include "rx_null.h"
-#include "rx_globals.h"
+#include <rx/rx.h>
+#include <rx/rx_null.h>
+#include <rx/rx_globals.h>
 
 #ifdef AFS_PTHREAD_ENV
 #include <pthread.h>