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

index 6a9b89f1c07d82206cbf1b6fcae661ccf4a43c27..f8b5246a43ed5bb575ccce49bf494753ed02d19a 100644 (file)
@@ -51,7 +51,7 @@
 */
 
 #include "includes.h"
-#include "popt_common.h"
+#include <popt.h>
 
 /* We don't care about the paranoid malloc checker in this standalone
    program */