summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-16 15:42:47 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-16 15:42:47 +0100
commitb2a01ef5dd66618a130e2a1d4cc1d755ba3624a8 (patch)
treeede4e72f9bd3618a7a3a3be5e7ad052681a0235c /source3/librpc
parenta7109b183b555ee795c3e32c63e2647025705fc1 (diff)
downloadsamba-b2a01ef5dd66618a130e2a1d4cc1d755ba3624a8.tar.gz
samba-b2a01ef5dd66618a130e2a1d4cc1d755ba3624a8.tar.bz2
samba-b2a01ef5dd66618a130e2a1d4cc1d755ba3624a8.zip
Consider shared IDL files and Samba3-specific IDL files separately, allow overriding output directory.
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/gen_ndr/ndr_notify.c1
-rw-r--r--source3/librpc/gen_ndr/notify.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/ndr_notify.c b/source3/librpc/gen_ndr/ndr_notify.c
index dfa72d8004..00ba8bc293 100644
--- a/source3/librpc/gen_ndr/ndr_notify.c
+++ b/source3/librpc/gen_ndr/ndr_notify.c
@@ -3,7 +3,6 @@
#include "includes.h"
#include "librpc/gen_ndr/ndr_notify.h"
-#include "librpc/gen_ndr/ndr_security.h"
_PUBLIC_ enum ndr_err_code ndr_push_notify_entry(struct ndr_push *ndr, int ndr_flags, const struct notify_entry *r)
{
if (ndr_flags & NDR_SCALARS) {
diff --git a/source3/librpc/gen_ndr/notify.h b/source3/librpc/gen_ndr/notify.h
index 46a7e24e0d..c809702e5d 100644
--- a/source3/librpc/gen_ndr/notify.h
+++ b/source3/librpc/gen_ndr/notify.h
@@ -2,7 +2,6 @@
#include <stdint.h>
-#include "librpc/gen_ndr/security.h"
#ifndef _HEADER_notify
#define _HEADER_notify