summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-05-10 20:28:41 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-05-10 20:31:54 +0200
commit12304998e07c7206f3d089182cb736f29499f531 (patch)
tree76356619add52db44393a04606d4e16aa94ac747
parent31b22671bb9bf1ccd4666ecf5341f7959d61c944 (diff)
downloadtcpdump-12304998e07c7206f3d089182cb736f29499f531.tar.gz
checksum.c: Remove a now useless include
It is a follow-up to 94f232c1ab0143c6da9fc00732b6b241b8abdf4c where the assert() call was removed.
-rw-r--r--checksum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/checksum.c b/checksum.c
index d8fa944a..b121dc2c 100644
--- a/checksum.c
+++ b/checksum.c
@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include "netdissect.h"