From dd2a4719df68519c11f115aaa8b77e7afca0a2a3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Nov 2007 14:49:32 +0100 Subject: r26096: No longer include removed header (This used to be commit 42738301b1c88ccf46405d6c9171b3ae082423bd) --- source4/scripting/python/config.mk | 2 +- source4/scripting/python/parammodule.c | 1 - source4/scripting/python/sidmodule.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/scripting') diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index 1c9ffb20ac..b70d98d908 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -26,7 +26,7 @@ clean:: @echo "Removing SWIG output files" @-rm -f bin/python/* # FIXME: Remove _wrap.c files - # + pythonmods: $(PYTHON_DSOS) PYDOCTOR_MODULES=bin/python/ldb.py bin/python/auth.py bin/python/credentials.py bin/python/registry.py 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" diff --git a/source4/scripting/python/sidmodule.c b/source4/scripting/python/sidmodule.c index 2b3f152e9b..4b199b1158 100644 --- a/source4/scripting/python/sidmodule.c +++ b/source4/scripting/python/sidmodule.c @@ -18,7 +18,6 @@ */ #include "includes.h" -#include "scripting/python/talloc.h" #include "Python.h" #include "libcli/security/security.h" -- cgit