aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/flow_graph.c
diff options
context:
space:
mode:
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);