summaryrefslogtreecommitdiff
path: root/ui/gtk/expert_comp_table.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-24 17:10:20 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-25 02:24:34 +0000
commit099698445b5cd60b00777ae47f68fba620fa975e (patch)
tree8c37921e0fa9893dd0c00e3b66f287c4d7d1a78d /ui/gtk/expert_comp_table.c
parent6beb19af8e86c17d9b2d69bf1cc0b2e24fbc111b (diff)
downloadwireshark-099698445b5cd60b00777ae47f68fba620fa975e.tar.gz
Move the proto data stuff out of frame_data.[ch].
It's not tied to the frame_data structure any more, so it belongs by itself. Clean up some #includes while we're at it; in particular, frame_data.h doesn't use anything related to tvbuffs, so don't have it gratuitiously include tvbuff.h. Change-Id: Ic32922d4a3840bac47007c5d4c546b8842245e0c Reviewed-on: https://code.wireshark.org/review/13518 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk/expert_comp_table.c')
-rw-r--r--ui/gtk/expert_comp_table.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/expert_comp_table.c b/ui/gtk/expert_comp_table.c
index 3766b5513f..1456c65caa 100644
--- a/ui/gtk/expert_comp_table.c
+++ b/ui/gtk/expert_comp_table.c
@@ -29,12 +29,13 @@
#include <stdlib.h>
#include <math.h>
+#include <glib.h>
#include "epan/packet_info.h"
#include "epan/strutil.h"
-
#include "ui/simple_dialog.h"
+
#include <wsutil/utf8_entities.h>
#include "ui/gtk/expert_comp_table.h"