diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-31 14:45:26 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-31 14:45:26 +0200 |
commit | 067280e128904d65d738e0e02ec551badc29a1e5 (patch) | |
tree | 84d4f5cd1d542bbf6dd83d2af1c602da30b95e15 /print-fr.c | |
parent | c339b579b913ca0134a9a84a19d3ccfe1ecfc41b (diff) | |
download | tcpdump-067280e128904d65d738e0e02ec551badc29a1e5.tar.gz |
FR: Remove useless "oui.h" include
Diffstat (limited to 'print-fr.c')
-rw-r--r-- | print-fr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ #include "llc.h" #include "nlpid.h" #include "extract.h" -#include "oui.h" static void frf15_print(netdissect_options *ndo, const u_char *, u_int); |