From dd8c23c83d3bfa3439180014d047c15e0dada505 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 29 Aug 2021 01:00:02 -0700 Subject: [PATCH] pcapng: remove include of wtap_opttypes.h. It's already included by wtap/wtap.h, which this file includes, and it doesn't need to be included that early, so that #include isn't necessary. --- wiretap/pcapng.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wiretap/pcapng.c b/wiretap/pcapng.c index 0ad059211f..383c037214 100644 --- a/wiretap/pcapng.c +++ b/wiretap/pcapng.c @@ -16,7 +16,6 @@ */ #include "config.h" -#include "wtap_opttypes.h" #define WS_LOG_DOMAIN LOG_DOMAIN_WIRETAP