]> The Tcpdump Group git mirrors - tcpdump/commitdiff
tcpdump.c: Avoid including two times "netdissect-stdinc.h"
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 8 Apr 2025 06:27:50 +0000 (08:27 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 8 Apr 2025 06:27:50 +0000 (08:27 +0200)
tcpdump.c

index d5766712e45370d9a0b4a63330f3705ce826133d..01de8634f9bea632a36e31578f169d178a8e2413 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -140,7 +140,6 @@ The Regents of the University of California.  All rights reserved.\n";
 #include <sys/sysctl.h>
 #endif /* __FreeBSD__ */
 
-#include "netdissect-stdinc.h"
 #include "netdissect.h"
 #include "interface.h"
 #include "addrtoname.h"