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 <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Simon Wilkinson 2010-10-11 15:15:04 -04:00 committed by Jeffrey Altman
parent d8434eefa7
commit e95c8eaaf5

View 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>