From: Andreas Schneider Date: Wed, 13 Jan 2021 08:31:41 +0000 (+0100) Subject: s3:utils: Remove unused popt_common.h header from net_rpc_shell.c X-Git-Tag: samba-4.14.0rc1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ef27f03d2b93f1273d9c4327c607bacb4e8990;p=thirdparty%2Fsamba.git s3:utils: Remove unused popt_common.h header from net_rpc_shell.c Signed-off-by: Andreas Schneider Reviewed-by: Volker Lendecke --- diff --git a/source3/utils/net_rpc_shell.c b/source3/utils/net_rpc_shell.c index f07ba779bba..2569bb06869 100644 --- a/source3/utils/net_rpc_shell.c +++ b/source3/utils/net_rpc_shell.c @@ -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 + static NTSTATUS rpc_sh_info(struct net_context *c, TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd,