mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib: Remove an unneeded includes.h
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
d2f3ac2fb7
commit
aa27b6626d
@ -20,9 +20,10 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include <ldb.h>
|
||||
#include "../lib/util/util_ldb.h"
|
||||
#include "lib/util/util_ldb.h"
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
/*
|
||||
* search the LDB for the specified attributes - va_list variant
|
||||
|
Loading…
Reference in New Issue
Block a user