From f9fbe0874f9ef5fe70892d68749292821f4f4682 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Dec 2010 23:00:31 +0100 Subject: [PATCH] pidl: Use system pytalloc if possible. --- pidl/lib/Parse/Pidl/Samba4/Python.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidl/lib/Parse/Pidl/Samba4/Python.pm b/pidl/lib/Parse/Pidl/Samba4/Python.pm index 8fdb66a541..09ebd577e0 100644 --- a/pidl/lib/Parse/Pidl/Samba4/Python.pm +++ b/pidl/lib/Parse/Pidl/Samba4/Python.pm @@ -1284,7 +1284,7 @@ sub Parse($$$$$) /* Python wrapper functions auto-generated by pidl */ #include #include \"includes.h\" -#include \"lib/talloc/pytalloc.h\" +#include #include \"librpc/rpc/pyrpc.h\" #include \"librpc/rpc/pyrpc_util.h\" #include \"$hdr\" -- 2.34.1