1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

dnsserver: Remove incorrect and not required include of ldb_private.h

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Andrew Bartlett 2015-08-03 13:33:40 +12:00 committed by Stefan Metzmacher
parent 617bc3fe61
commit 4ef468eecd

View File

@ -26,7 +26,6 @@
#include "lib/util/dlinklist.h"
#include "librpc/gen_ndr/ndr_dnsserver.h"
#include "dnsserver.h"
#include "lib/ldb/include/ldb_private.h"
struct dnsserver_state {
struct loadparm_context *lp_ctx;