aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gsm_map_summary.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-01 23:09:08 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-01 23:11:10 +0000
commit43f09e67b4fcf83be61725c76755926500d5d9c3 (patch)
tree4a8ef497e53487a002f9c67c72dc7976226b651b /ui/gtk/gsm_map_summary.c
parent5981dab95b87ffd629d6ab6a45289af60c3d3b27 (diff)
Remove unneeded includes from ui folder
Change-Id: Ifd1eebff9080cd3867e44e4dcb2d2681370ed60a Reviewed-on: https://code.wireshark.org/review/6128 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'ui/gtk/gsm_map_summary.c')
-rw-r--r--ui/gtk/gsm_map_summary.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/gtk/gsm_map_summary.c b/ui/gtk/gsm_map_summary.c
index ef16df241e..a16317e8a9 100644
--- a/ui/gtk/gsm_map_summary.c
+++ b/ui/gtk/gsm_map_summary.c
@@ -29,22 +29,16 @@
#include <gtk/gtk.h>
-#include <wiretap/wtap.h>
-#include <epan/epan.h>
#include <epan/packet.h>
-#include <epan/packet_info.h>
#include <epan/value_string.h>
-#include <epan/tap.h>
#include <epan/asn1.h>
#include <epan/dissectors/packet-gsm_map.h>
#include <epan/stat_groups.h>
#include "../globals.h"
-#include "../file.h"
#include "../summary.h"
-#include "ui/gtk/gui_stat_menu.h"
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/gui_utils.h"
#include "ui/gtk/gsm_map_stat.h"