From c2bb9726b8918afa837101e5e61bdfc834238e81 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 26 Jun 2023 16:07:23 -0700 Subject: Don't include errno.h if we don't use errno or errno value definitions. --- wiretap/k12.c | 1 - 1 file changed, 1 deletion(-) (limited to 'wiretap/k12.c') diff --git a/wiretap/k12.c b/wiretap/k12.c index c3b99bba7d..f03e859d0c 100644 --- a/wiretap/k12.c +++ b/wiretap/k12.c @@ -14,7 +14,6 @@ #include "config.h" #include #include -#include #include "wtap-int.h" #include "file_wrappers.h" -- cgit v1.2.3