summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-21 14:49:32 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:00 +0100
commitdd2a4719df68519c11f115aaa8b77e7afca0a2a3 (patch)
tree1baca92351b87ae9815b1e4cb7add49e0df86183
parent6357fb802a27b8160e263d32d0596f69186b81a7 (diff)
downloadsamba-dd2a4719df68519c11f115aaa8b77e7afca0a2a3.tar.gz
samba-dd2a4719df68519c11f115aaa8b77e7afca0a2a3.tar.bz2
samba-dd2a4719df68519c11f115aaa8b77e7afca0a2a3.zip
r26096: No longer include removed header
(This used to be commit 42738301b1c88ccf46405d6c9171b3ae082423bd)
-rw-r--r--source4/scripting/python/config.mk2
-rw-r--r--source4/scripting/python/parammodule.c1
-rw-r--r--source4/scripting/python/sidmodule.c1
3 files changed, 1 insertions, 3 deletions
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"