summaryrefslogtreecommitdiff
path: root/proto_ipv6_dest_opts.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-02-24 18:07:33 +0100
committerTobias Klauser <tklauser@distanz.ch>2014-02-24 18:07:33 +0100
commitfe9013a19c9962fd1383ae2a4f595d0aaa8548da (patch)
tree5003e218bc9dff723286a39b30bf8c785322f800 /proto_ipv6_dest_opts.c
parent4206469f7028ca9a14a4bd8141b51dd444e979a6 (diff)
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 <tklauser@distanz.ch>
Diffstat (limited to 'proto_ipv6_dest_opts.c')
-rw-r--r--proto_ipv6_dest_opts.c1
1 files changed, 0 insertions, 1 deletions
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 <netinet/in.h> /* for ntohs() */
#include "proto.h"
-#include "protos.h"
#include "dissector_eth.h"
#include "built_in.h"
#include "pkt_buff.h"