diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-11-02 13:48:11 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:44:07 +0100 |
commit | ecbc2cdd7a2b742515046fa0cdbccec0f4be9a2a (patch) | |
tree | cc0356ad5eb27fc567af2777e7796bb4c975735c /source4/pidl/lib | |
parent | b42cc4afd32c524aee18f46d0a779835b98b9457 (diff) | |
download | samba-ecbc2cdd7a2b742515046fa0cdbccec0f4be9a2a.tar.gz samba-ecbc2cdd7a2b742515046fa0cdbccec0f4be9a2a.tar.bz2 samba-ecbc2cdd7a2b742515046fa0cdbccec0f4be9a2a.zip |
r25806: let libndr.h include needed stuff and remove pidl magic
for choosing common required headers
metze
(This used to be commit c97fe5b54c0da68c7e71ea79678fa6348ecdaab9)
Diffstat (limited to 'source4/pidl/lib')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm index 69e5b0d5a1..3ad9231740 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm @@ -2607,12 +2607,6 @@ sub GenerateIncludes($) $self->pidl("#include <stdarg.h>"); $self->pidl("#include <string.h>"); } - - # Samba3 has everything in include/includes.h - if (is_intree() != 3) { - $self->pidl(choose_header("libcli/util/ntstatus.h", "core/ntstatus.h")); - $self->pidl(choose_header("librpc/gen_ndr/ndr_misc.h", "gen_ndr/ndr_misc.h")); - } } ##################################################################### |