From: Andreas Schneider Date: Wed, 13 Jan 2021 12:23:47 +0000 (+0100) Subject: s3:utils: Remove unused popt_common.h header from net_vfs.c X-Git-Tag: samba-4.14.0rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8eecc8a9e84ba2c342e77723ca26d0de03429cb;p=thirdparty%2Fsamba.git s3:utils: Remove unused popt_common.h header from net_vfs.c Signed-off-by: Andreas Schneider Reviewed-by: Volker Lendecke --- diff --git a/source3/utils/net_vfs.c b/source3/utils/net_vfs.c index 5b8e1fc4e04..62be0a44ca2 100644 --- a/source3/utils/net_vfs.c +++ b/source3/utils/net_vfs.c @@ -23,7 +23,6 @@ #include #include "system/filesys.h" #include "system/passwd.h" -#include "popt_common.h" #include "lib/param/loadparm.h" #include "lib/param/param.h" #include "libcli/security/security.h"