]> 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 07:55:23 +0000 (09:55 +0200)
(cherry picked from commit cd2208037c766bb724ad8fd519c1b72d90f65bec)

tcpdump.c

index 70d6f75c336faf7e28d6f830d736f4cb8c56856f..86881fdd92d9124a983b6ab3010271917e9103a8 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -149,7 +149,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"