1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-05 04:23:51 +03:00

r26096: No longer include removed header

This commit is contained in:
Jelmer Vernooij
2007-11-21 14:49:32 +01:00
committed by Stefan Metzmacher
parent d74018d055
commit 42738301b1
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"