From cc4e2d3566fd71c186ec5ac29c336896e133bd06 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 17 Sep 2012 18:05:21 +0000 Subject: #include not req'd. svn path=/trunk/; revision=44951 --- epan/dissectors/packet-vntag.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-vntag.c') diff --git a/epan/dissectors/packet-vntag.c b/epan/dissectors/packet-vntag.c index 649089523f..3ec3e3beb1 100644 --- a/epan/dissectors/packet-vntag.c +++ b/epan/dissectors/packet-vntag.c @@ -28,7 +28,6 @@ #include #include #include -#include static int proto_vntag = -1; @@ -41,7 +40,7 @@ static gint ett_vntag = -1; static void dissect_vntag(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { - guint16 encap_proto; + guint16 encap_proto; proto_tree *vntag_tree = NULL; col_set_str(pinfo->cinfo, COL_PROTOCOL, "VNTAG"); -- cgit v1.2.3