s3:utils: Remove unused header and deps from destroy_netlogon_creds_cli
authorAndreas Schneider <asn@samba.org>
Wed, 13 Jan 2021 08:04:01 +0000 (09:04 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 13 Jan 2021 20:28:34 +0000 (20:28 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/utils/destroy_netlogon_creds_cli.c
source3/utils/wscript_build

index 137ac8393e7efcc2fc082aae3b0c935e223c507f..f28cad527dfb318096694814595da9de56a0feb5 100644 (file)
@@ -23,7 +23,6 @@
 #include <tevent.h>
 #include "messages.h"
 #include "lib/util/talloc_stack.h"
-#include "popt_common.h"
 #include "lib/param/loadparm.h"
 #include "lib/param/param.h"
 #include "libcli/auth/netlogon_creds_cli.h"
index 6157cac9050d554a995ff3026fbd6cca8fd22de4..9859ecdf7eaa50d47698bd97d6b03bee71ad89f0 100644 (file)
@@ -287,7 +287,7 @@ bld.SAMBA3_BINARY('destroy_netlogon_creds_cli',
                   source='destroy_netlogon_creds_cli.c',
                   deps = '''
                       talloc
-                      popt_samba3
+                      smbconf
                       NETLOGON_CREDS_CLI
                   ''',
                   install=False)