diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-21 14:49:32 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:00 +0100 |
commit | dd2a4719df68519c11f115aaa8b77e7afca0a2a3 (patch) | |
tree | 1baca92351b87ae9815b1e4cb7add49e0df86183 /source4/scripting/python/parammodule.c | |
parent | 6357fb802a27b8160e263d32d0596f69186b81a7 (diff) | |
download | samba-dd2a4719df68519c11f115aaa8b77e7afca0a2a3.tar.gz samba-dd2a4719df68519c11f115aaa8b77e7afca0a2a3.tar.xz samba-dd2a4719df68519c11f115aaa8b77e7afca0a2a3.zip |
r26096: No longer include removed header
(This used to be commit 42738301b1c88ccf46405d6c9171b3ae082423bd)
Diffstat (limited to 'source4/scripting/python/parammodule.c')
-rw-r--r-- | source4/scripting/python/parammodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/python/parammodule.c b/source4/scripting/python/parammodule.c index 38d312cf1d..bb7adab240 100644 --- a/source4/scripting/python/parammodule.c +++ b/source4/scripting/python/parammodule.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "scripting/python/talloc.h" #include "Python.h" #include "param/param.h" |