From b7464fd89bc22b71c82bbaa424bcbfcf947db651 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Mon, 13 Aug 2018 15:39:08 -0700 Subject: s3:lib: Move popt_common_credentials to separate file This is only used by command line utilities and has additional dependencies. Move to a separate file to contain the dependencies to the command line tools. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13465 Signed-off-by: Christof Schmitt Reviewed-by: Ralph Boehme --- source3/utils/smbcquotas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/smbcquotas.c') diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c index 798b8b6f177..a4b1b8111a5 100644 --- a/source3/utils/smbcquotas.c +++ b/source3/utils/smbcquotas.c @@ -22,7 +22,7 @@ */ #include "includes.h" -#include "popt_common.h" +#include "popt_common_cmdline.h" #include "rpc_client/cli_pipe.h" #include "../librpc/gen_ndr/ndr_lsa.h" #include "rpc_client/cli_lsarpc.h" -- cgit v1.2.1