From 0fdac4b42fb55a26cdd73d6d5f4a3017d1b4db46 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 23 Nov 1998 23:02:16 +0000 Subject: [PATCH] get rid of __wait boring warning, caused by rpc/clnt.h --- source/include/includes.h | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/source/include/includes.h b/source/include/includes.h index 1cc1ffde260..96ff1fadf90 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -46,6 +46,10 @@ #endif +#if defined(HAVE_RPC_RPC_H) +#include +#endif + #include #ifdef TIME_WITH_SYS_TIME @@ -294,23 +298,10 @@ #include #endif -#if defined(HAVE_RPC_RPC_H) -#include -#endif - #if defined(HAVE_YP_GET_DEFAULT_DOMAIN) && defined(HAVE_SETNETGRENT) && defined(HAVE_ENDNETGRENT) && defined(HAVE_GETNETGRENT) #define HAVE_NETGROUP 1 #endif -#if defined (HAVE_NETGROUP) -#if defined(HAVE_RPCSVC_YP_PROT_H) -#include -#endif -#if defined(HAVE_RPCSVC_YPCLNT_H) -#include -#endif -#endif /* HAVE_NETGROUP */ - #ifndef uchar #define uchar unsigned char #endif -- 2.34.1