]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove some useless "ethertype.h" includes
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 1 Dec 2023 23:38:15 +0000 (00:38 +0100)
committerfxlb <[email protected]>
Sat, 2 Dec 2023 11:09:01 +0000 (11:09 +0000)
print-brcmtag.c
print-macsec.c
print-tipc.c

index efc6a1eefa46f3ef83f2715cbec70deca780a0b6..4b26cf5b10292cc635ca6df086324bb02c9e8ac6 100644 (file)
@@ -29,7 +29,6 @@
 
 #define ND_LONGJMP_FROM_TCHECK
 #include "netdissect.h"
-#include "ethertype.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 8b4b318bae31c80c5e9bcaaed86ea1315e3b6156..0be97846056262de4f32f8e5227e51ac3d03e45c 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "netdissect.h"
 #include "addrtoname.h"
-#include "ethertype.h"
 #include "extract.h"
 
 #define MACSEC_DEFAULT_ICV_LEN 16
index f490ce28fee837a1f4f474097b211cabaa2ba0a6..dea0581435b1d70a0c1d15aabd3aafc1c7a71b68 100644 (file)
@@ -34,7 +34,6 @@
 #include "netdissect-stdinc.h"
 
 #include "netdissect.h"
-#include "ethertype.h"
 #include "extract.h"