From fe9013a19c9962fd1383ae2a4f595d0aaa8548da Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 24 Feb 2014 18:07:33 +0100 Subject: dissectors: Get rid of unecessary includes of protos.h This header is actually only needed in dissector_eth and dissector_80211, so remove the other users accordingly. Signed-off-by: Tobias Klauser --- dissector_eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dissector_eth.c') diff --git a/dissector_eth.c b/dissector_eth.c index b87c957..3beff72 100644 --- a/dissector_eth.c +++ b/dissector_eth.c @@ -9,8 +9,8 @@ #include "hash.h" #include "oui.h" #include "str.h" +#include "proto.h" #include "protos.h" -#include "pkt_buff.h" #include "dissector.h" #include "dissector_eth.h" #include "xmalloc.h" -- cgit v1.2.3-54-g00ecf