]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: Remove unused popt_common.h header from net_rpc_shell.c
authorAndreas Schneider <asn@samba.org>
Wed, 13 Jan 2021 08:31:41 +0000 (09:31 +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/net_rpc_shell.c

index f07ba779bbafeb1f76cb1418c0758e4579420ca5..2569bb068693f95b810cb8041904984f91f8fd8f 100644 (file)
@@ -19,7 +19,6 @@
 
 
 #include "includes.h"
-#include "popt_common.h"
 #include "utils/net.h"
 #include "rpc_client/cli_pipe.h"
 #include "../librpc/gen_ndr/ndr_samr.h"
@@ -29,6 +28,8 @@
 #include "libsmb/libsmb.h"
 #include "libcli/security/dom_sid.h"
 
+#include <popt.h>
+
 static NTSTATUS rpc_sh_info(struct net_context *c,
                            TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx,
                            struct rpc_pipe_client *pipe_hnd,