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 --- proto_ipv6_dest_opts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'proto_ipv6_dest_opts.c') diff --git a/proto_ipv6_dest_opts.c b/proto_ipv6_dest_opts.c index 696b6e2..04d02fa 100644 --- a/proto_ipv6_dest_opts.c +++ b/proto_ipv6_dest_opts.c @@ -11,7 +11,6 @@ #include /* for ntohs() */ #include "proto.h" -#include "protos.h" #include "dissector_eth.h" #include "built_in.h" #include "pkt_buff.h" -- cgit v1.2.3-54-g00ecf