Author: jelmer Date: 2007-11-21 14:49:32 +0000 (Wed, 21 Nov 2007) New Revision: 26096
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26096 Log: No longer include removed header Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/scripting/python/config.mk branches/SAMBA_4_0/source/scripting/python/parammodule.c branches/SAMBA_4_0/source/scripting/python/sidmodule.c Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/scripting/python/config.mk =================================================================== --- branches/SAMBA_4_0/source/scripting/python/config.mk 2007-11-21 14:49:27 UTC (rev 26095) +++ branches/SAMBA_4_0/source/scripting/python/config.mk 2007-11-21 14:49:32 UTC (rev 26096) @@ -26,7 +26,7 @@ @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 Modified: branches/SAMBA_4_0/source/scripting/python/parammodule.c =================================================================== --- branches/SAMBA_4_0/source/scripting/python/parammodule.c 2007-11-21 14:49:27 UTC (rev 26095) +++ branches/SAMBA_4_0/source/scripting/python/parammodule.c 2007-11-21 14:49:32 UTC (rev 26096) @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "scripting/python/talloc.h" #include "Python.h" #include "param/param.h" Modified: branches/SAMBA_4_0/source/scripting/python/sidmodule.c =================================================================== --- branches/SAMBA_4_0/source/scripting/python/sidmodule.c 2007-11-21 14:49:27 UTC (rev 26095) +++ branches/SAMBA_4_0/source/scripting/python/sidmodule.c 2007-11-21 14:49:32 UTC (rev 26096) @@ -18,7 +18,6 @@ */ #include "includes.h" -#include "scripting/python/talloc.h" #include "Python.h" #include "libcli/security/security.h"
