aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/flow_graph.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/flow_graph.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/flow_graph.c')
-rw-r--r--ui/gtk/flow_graph.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/gtk/flow_graph.c b/ui/gtk/flow_graph.c
index c974ef5752..42b1fce03a 100644
--- a/ui/gtk/flow_graph.c
+++ b/ui/gtk/flow_graph.c
@@ -26,25 +26,16 @@
#include "config.h"
#include <string.h>
-#include <gtk/gtk.h>
-#include <epan/epan.h>
#include <epan/packet.h>
-#include <wsutil/filesystem.h>
#include <epan/stat_tap_ui.h>
-#include <epan/to_str.h>
-#include <epan/strutil.h>
-#include <epan/stat_groups.h>
#include "ui/gtk/graph_analysis.h"
-#include "ui/gtk/gui_stat_menu.h"
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/gui_utils.h"
#include "ui/gtk/stock_icons.h"
-#include "ui/gtk/gtkglobals.h"
#include "ui/gtk/main.h"
-#include "ui/gtk/old-gtk-compat.h"
void register_tap_listener_flow_graph(void);