1
0
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:
Volker Lendecke 2022-04-19 21:07:30 +02:00 committed by Jeremy Allison
parent d2f3ac2fb7
commit aa27b6626d

View File

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