1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

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
This commit is contained in:
Günther Deschner 2011-04-13 14:32:55 +02:00
parent 9824e2e5ee
commit c3d8991164
3 changed files with 0 additions and 4 deletions

View File

@ -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 */

View File

@ -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"

View File

@ -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"
/*