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_igmp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'proto_igmp.c') diff --git a/proto_igmp.c b/proto_igmp.c index 0e1cfb7..e535fa7 100644 --- a/proto_igmp.c +++ b/proto_igmp.c @@ -11,7 +11,6 @@ #include "proto.h" #include "csum.h" -#include "dissector_eth.h" #include "built_in.h" #include "pkt_buff.h" -- cgit v1.2.3-54-g00ecf