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:
committed by
Stefan Metzmacher
parent
6357fb802a
commit
dd2a4719df
@ -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
|
||||
|
@ -21,7 +21,6 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "scripting/python/talloc.h"
|
||||
#include "Python.h"
|
||||
#include "param/param.h"
|
||||
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "scripting/python/talloc.h"
|
||||
#include "Python.h"
|
||||
#include "libcli/security/security.h"
|
||||
|
||||
|
Reference in New Issue
Block a user