diff options
author | Stefan Metzmacher <metze@sernet.private> | 2010-03-18 18:55:00 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-23 18:44:33 +0100 |
commit | 4985720e81b46e1663b5d5c8caba122b5bea2fc5 (patch) | |
tree | 80e88332822658967207e8b4ad63a552e745db3e /pidl | |
parent | 48cd096126578c6a09aeba8d4cc68840c50d8d8c (diff) | |
download | samba-4985720e81b46e1663b5d5c8caba122b5bea2fc5.tar.gz samba-4985720e81b46e1663b5d5c8caba122b5bea2fc5.tar.xz samba-4985720e81b46e1663b5d5c8caba122b5bea2fc5.zip |
pidl:Samba4/Python: librpc/rpc/dcerpc.h isn't needed anymore
metze
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/lib/Parse/Pidl/Samba4/Python.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba4/Python.pm b/pidl/lib/Parse/Pidl/Samba4/Python.pm index 5cf619be229..789a7dd87e3 100644 --- a/pidl/lib/Parse/Pidl/Samba4/Python.pm +++ b/pidl/lib/Parse/Pidl/Samba4/Python.pm @@ -1127,7 +1127,6 @@ sub Parse($$$$$) /* Python wrapper functions auto-generated by pidl */ #include <Python.h> #include \"includes.h\" -#include \"librpc/rpc/dcerpc.h\" #include \"lib/talloc/pytalloc.h\" #include \"librpc/rpc/pyrpc.h\" #include \"$hdr\" |