aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-17 21:26:19 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-17 21:26:19 +0000
commiteb08c40b09c8b33a0b0ee0a35e5e057761d24a4f (patch)
tree8e8acd91b775d6ca0a59adf9ff60ada3abf3324d /epan
parent73c0fa86f99c498eb180803b3891bcc3fa2809c5 (diff)
There is no proto_reg_handoff_data() so don't prototype it. Remove unnecessary include (glib.h).
svn path=/trunk/; revision=44953
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-data.c3
1 files changed, 0 insertions, 3 deletions
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 <glib.h>
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/crypt/md5.h>
@@ -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)
{