]> The Tcpdump Group git mirrors - tcpdump/commitdiff
checksum.c: Remove a now useless include
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 10 May 2023 18:28:41 +0000 (20:28 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 10 May 2023 18:31:54 +0000 (20:31 +0200)
It is a follow-up to 94f232c1ab0143c6da9fc00732b6b241b8abdf4c
where the assert() call was removed.

checksum.c

index d8fa944acfe7680ccc37385802571287944ee77f..b121dc2c9812dd4c0a50937815272a3d45a3a63c 100644 (file)
@@ -26,7 +26,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <assert.h>
 
 #include "netdissect.h"