summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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