From: Francois-Xavier Le Bail Date: Wed, 10 May 2023 18:28:41 +0000 (+0200) Subject: checksum.c: Remove a now useless include X-Git-Tag: tcpdump-4.99.5~200 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/0f728a146fabb63507e8cc35deecde193aced0e8 checksum.c: Remove a now useless include It is a follow-up to 2efa367dd472a00178171c48ee9006a42754cf96 where the assert() call was removed. (cherry picked from commit 12304998e07c7206f3d089182cb736f29499f531) --- diff --git a/checksum.c b/checksum.c index d8fa944a..b121dc2c 100644 --- a/checksum.c +++ b/checksum.c @@ -26,7 +26,6 @@ #include #include #include -#include #include "netdissect.h"