summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
index 80d02cb533..d871ed38bb 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
@@ -2258,10 +2258,6 @@ sub HeaderInterface($)
pidl choose_header("librpc/gen_ndr/ndr_orpc.h", "ndr/orpc.h");
}
- if (defined $interface->{PROPERTIES}->{depends}) {
- HeaderImport(split / /, $interface->{PROPERTIES}->{depends});
- }
-
if (defined $interface->{PROPERTIES}->{helper}) {
HeaderInclude(split / /, $interface->{PROPERTIES}->{helper});
}