summaryrefslogtreecommitdiff
path: root/proto_icmpv6.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-08-15 10:21:01 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-08-15 10:21:01 +0200
commit62bdf888459a6d2ae50d2d2d00447307e0190a97 (patch)
tree5903792f1ed6fe72a010a6e470cd423ead38829d /proto_icmpv6.c
parent6f7131bae7f31ebc39c1e6a044c46b18d7267a30 (diff)
dissectors: Remove unnecessary includes of dissector_eth.h
dissector_eth.h is only used in dissectors which need to manipulate the eth_lay2 and eth_lay3 hash tables. Remove the include from all dissectors that don't access them. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_icmpv6.c')
-rw-r--r--proto_icmpv6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto_icmpv6.c b/proto_icmpv6.c
index ba2af5e..47ef6a6 100644
--- a/proto_icmpv6.c
+++ b/proto_icmpv6.c
@@ -18,7 +18,6 @@
#include <asm/byteorder.h>
#include "proto.h"
-#include "dissector_eth.h"
#include "pkt_buff.h"
#include "built_in.h"