From c3d89911642a9d6bbcba9e51fa93e5254cd7b2fc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 13 Apr 2011 14:32:55 +0200 Subject: s3-build: finally remove references to ndr and dcerpc headers that were included globally. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Apr 13 23:07:05 CEST 2011 on sn-devel-104 --- source3/include/client.h | 2 -- source3/include/includes.h | 1 - source3/include/smb.h | 1 - 3 files changed, 4 deletions(-) diff --git a/source3/include/client.h b/source3/include/client.h index 671640b8b4..9e4a61dbac 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -22,8 +22,6 @@ #ifndef _CLIENT_H #define _CLIENT_H -#include "../librpc/ndr/libndr.h" - /* the client asks for a smaller buffer to save ram and also to get more overlap on the wire. This size gives us a nice read/write size, which will be a multiple of the page size on almost any system */ diff --git a/source3/include/includes.h b/source3/include/includes.h index d952fdd8f2..2032db537b 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -538,7 +538,6 @@ typedef char fstring[FSTRING_LEN]; #include "smb.h" #include "../lib/util/byteorder.h" -#include "librpc/rpc/dcerpc.h" #include "client.h" #include "module.h" diff --git a/source3/include/smb.h b/source3/include/smb.h index 96e2b0034b..e3560a0524 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -153,7 +153,6 @@ typedef union unid_t { #define SID_MAX_SIZE ((size_t)(8+(MAXSUBAUTHS*4))) -#include "librpc/gen_ndr/dcerpc.h" #include "librpc/gen_ndr/security.h" /* -- cgit