From dd85569dfeee6802e85ae93a08ae5c675b227b70 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Fri, 28 Mar 2003 09:30:53 +0000 Subject: [PATCH] rxstat-fix-objdir-builds-20030328 FIXES 1340 change where we include headers from --- src/rxstat/rxstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rxstat/rxstat.c b/src/rxstat/rxstat.c index af8254cbd..eeab73f5f 100644 --- a/src/rxstat/rxstat.c +++ b/src/rxstat/rxstat.c @@ -19,11 +19,11 @@ RCSID("$Header$"); #ifdef UKERNEL #include "afs/sysincludes.h" #include "afsincludes.h" -#include "rxstat/rxstat.h" +#include #else /* UKERNEL */ #include #include -#include "rxstat.h" +#include #ifdef KERNEL #include "sys/errno.h" #else /* KERNEL */ -- 2.39.5