diff options
-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" /* |