sysincludes-first-20060302

afs/sysincludes before other sys includes, please.
This commit is contained in:
Jim Rees 2006-03-02 22:42:56 +00:00
parent 9da217cee8
commit f251b03175

View File

@ -22,6 +22,7 @@ RCSID
("$Header$"); ("$Header$");
#ifdef KERNEL #ifdef KERNEL
#include "afs/sysincludes.h"
#ifndef UKERNEL #ifndef UKERNEL
#include "h/types.h" #include "h/types.h"
#include "h/uio.h" #include "h/uio.h"
@ -49,7 +50,6 @@ RCSID
#include "rx/xdr.h" #include "rx/xdr.h"
#include "netinet/in.h" #include "netinet/in.h"
#else /* !UKERNEL */ #else /* !UKERNEL */
#include "afs/sysincludes.h"
#include "rpc/types.h" #include "rpc/types.h"
#include "rpc/xdr.h" #include "rpc/xdr.h"
#endif /* !UKERNEL */ #endif /* !UKERNEL */