From 62bdf888459a6d2ae50d2d2d00447307e0190a97 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 15 Aug 2014 10:21:01 +0200 Subject: 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 --- proto_icmpv6.c | 1 - 1 file changed, 1 deletion(-) (limited to 'proto_icmpv6.c') 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 #include "proto.h" -#include "dissector_eth.h" #include "pkt_buff.h" #include "built_in.h" -- cgit v1.2.3-54-g00ecf