From: Andreas Schneider Date: Wed, 13 Jan 2021 12:35:20 +0000 (+0100) Subject: s3:utils: Remove unused popt_common.h header from log2pcaphex.c X-Git-Tag: samba-4.14.0rc1~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f4827944bf6241b3823e41b15f9124fbe7539d5;p=thirdparty%2Fsamba.git s3:utils: Remove unused popt_common.h header from log2pcaphex.c Signed-off-by: Andreas Schneider Reviewed-by: Volker Lendecke --- diff --git a/source3/utils/log2pcaphex.c b/source3/utils/log2pcaphex.c index 6a9b89f1c07..f8b5246a43e 100644 --- a/source3/utils/log2pcaphex.c +++ b/source3/utils/log2pcaphex.c @@ -51,7 +51,7 @@ */ #include "includes.h" -#include "popt_common.h" +#include /* We don't care about the paranoid malloc checker in this standalone program */