summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-26 02:02:55 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-26 02:02:55 +0000
commit54499a925c9e580bbdeca12dde42af3557a01067 (patch)
tree29e2a21520d19106c49fc3b1e0daba5b9b9576d1
parent7bc68de378168bcc9891642ef58f645a5fb11bf2 (diff)
downloadsamba-54499a925c9e580bbdeca12dde42af3557a01067.tar.gz
samba-54499a925c9e580bbdeca12dde42af3557a01067.tar.bz2
samba-54499a925c9e580bbdeca12dde42af3557a01067.zip
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)
-rw-r--r--source3/include/includes.h24
1 files changed, 0 insertions, 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 <compat.h>
#endif
-#ifdef HAVE_RPC_TYPES_H
-#include <rpc/types.h>
-#endif
-
-#ifdef HAVE_RPC_XDR_H
-#include <rpc/xdr.h>
-#endif
-
-#ifdef HAVE_RPC_AUTH_H
-#include <rpc/auth.h>
-#endif
-
-#ifdef HAVE_RPC_CLNT_H
-#include <rpc/clnt.h>
-#endif
-
-#ifdef HAVE_RPCSVC_YP_PROT_H
-#include <rpcsvc/yp_prot.h>
-#endif
-
-#ifdef HAVE_RPCSVC_YPCLNT_H
-#include <rpcsvc/ypclnt.h>
-#endif
-
#ifndef uchar
#define uchar unsigned char
#endif