From 54499a925c9e580bbdeca12dde42af3557a01067 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 26 Aug 1998 02:02:55 +0000 Subject: took all the rpc includes back out until we can work out _why_ freebsd needs them and what should really be there. (This used to be commit c2bf18fb8d2fea5af86ba8cf5d92b1dc076dd7d5) --- source3/include/includes.h | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/source3/include/includes.h b/source3/include/includes.h index 4993a29e2b..55c2c1a1de 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -254,30 +254,6 @@ #include #endif -#ifdef HAVE_RPC_TYPES_H -#include -#endif - -#ifdef HAVE_RPC_XDR_H -#include -#endif - -#ifdef HAVE_RPC_AUTH_H -#include -#endif - -#ifdef HAVE_RPC_CLNT_H -#include -#endif - -#ifdef HAVE_RPCSVC_YP_PROT_H -#include -#endif - -#ifdef HAVE_RPCSVC_YPCLNT_H -#include -#endif - #ifndef uchar #define uchar unsigned char #endif -- cgit