Skip to content

Commit 695a138

Browse files
committed
Remove some useless "ethertype.h" includes
1 parent be4721f commit 695a138

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

print-brcmtag.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
#define ND_LONGJMP_FROM_TCHECK
3131
#include "netdissect.h"
32-
#include "ethertype.h"
3332
#include "addrtoname.h"
3433
#include "extract.h"
3534

print-macsec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
#include "netdissect.h"
3131
#include "addrtoname.h"
32-
#include "ethertype.h"
3332
#include "extract.h"
3433

3534
#define MACSEC_DEFAULT_ICV_LEN 16

print-tipc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#include "netdissect-stdinc.h"
3535

3636
#include "netdissect.h"
37-
#include "ethertype.h"
3837
#include "extract.h"
3938

4039

0 commit comments

Comments
 (0)