1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-01 16:59:10 +03:00

r26096: No longer include removed header

(This used to be commit 42738301b1)
This commit is contained in:
Jelmer Vernooij
2007-11-21 14:49:32 +01:00
committed by Stefan Metzmacher
parent 6357fb802a
commit dd2a4719df
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -21,7 +21,6 @@
*/
#include "includes.h"
#include "scripting/python/talloc.h"
#include "Python.h"
#include "param/param.h"

View File

@ -18,7 +18,6 @@
*/
#include "includes.h"
#include "scripting/python/talloc.h"
#include "Python.h"
#include "libcli/security/security.h"