dissectors: Remove unnecessary includes of dissector_eth.h
commit62bdf888459a6d2ae50d2d2d00447307e0190a97
authorTobias Klauser <tklauser@distanz.ch>
Fri, 15 Aug 2014 08:21:01 +0000 (15 10:21 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 15 Aug 2014 08:21:01 +0000 (15 10:21 +0200)
tree5903792f1ed6fe72a010a6e470cd423ead38829d
parent6f7131bae7f31ebc39c1e6a044c46b18d7267a30
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>
proto_arp.c
proto_icmpv4.c
proto_icmpv6.c
proto_igmp.c
proto_ip_esp.c
proto_lldp.c
proto_tcp.c
proto_udp.c