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_lldp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto_lldp.c') diff --git a/proto_lldp.c b/proto_lldp.c index b3d2f86..9301281 100644 --- a/proto_lldp.c +++ b/proto_lldp.c @@ -12,6 +12,7 @@ #include "oui.h" #include "pkt_buff.h" #include "proto.h" +#include "protos.h" #define EXTRACT_16BIT(x) ntohs(*((uint16_t *) (x))) #define EXTRACT_32BIT(x) ntohl(*((uint32_t *) (x))) -- cgit v1.2.3-54-g00ecf