From eb08c40b09c8b33a0b0ee0a35e5e057761d24a4f Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 17 Sep 2012 21:26:19 +0000 Subject: There is no proto_reg_handoff_data() so don't prototype it. Remove unnecessary include (glib.h). svn path=/trunk/; revision=44953 --- epan/dissectors/packet-data.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'epan') diff --git a/epan/dissectors/packet-data.c b/epan/dissectors/packet-data.c index 29458f41ea..bae3110fdc 100644 --- a/epan/dissectors/packet-data.c +++ b/epan/dissectors/packet-data.c @@ -27,7 +27,6 @@ # include "config.h" #endif -#include #include #include #include @@ -49,8 +48,6 @@ static gboolean generate_md5_hash = FALSE; static gint ett_data = -1; -void proto_reg_handoff_data(void); - static void dissect_data(tvbuff_t *tvb, packet_info *pinfo _U_ , proto_tree *tree) { -- cgit v1.2.3