diff options
author | Günther Deschner <gd@samba.org> | 2011-04-13 14:32:55 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-13 23:07:05 +0200 |
commit | c3d89911642a9d6bbcba9e51fa93e5254cd7b2fc (patch) | |
tree | 8c16570055f6c37af9beb0e64cc5b993124fef9b | |
parent | 9824e2e5ee336aa6c72fb121935f364f3d8fea6e (diff) | |
download | samba-c3d89911642a9d6bbcba9e51fa93e5254cd7b2fc.tar.gz samba-c3d89911642a9d6bbcba9e51fa93e5254cd7b2fc.tar.bz2 samba-c3d89911642a9d6bbcba9e51fa93e5254cd7b2fc.zip |
s3-build: finally remove references to ndr and dcerpc headers that were included globally.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Apr 13 23:07:05 CEST 2011 on sn-devel-104
-rw-r--r-- | source3/include/client.h | 2 | ||||
-rw-r--r-- | source3/include/includes.h | 1 | ||||
-rw-r--r-- | source3/include/smb.h | 1 |
3 files changed, 0 insertions, 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" /* |