#include <epan/prefs.h> not req'd.

svn path=/trunk/; revision=44951
This commit is contained in:
Bill Meier 2012-09-17 18:05:21 +00:00
parent 8a82b7a361
commit cc4e2d3566
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@
#include <glib.h>
#include <epan/packet.h>
#include <epan/etypes.h>
#include <epan/prefs.h>
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");