aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/flow_graph.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 01:54:20 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 01:54:20 +0000
commit8e3e8b588f6a729dae0fa4d0792cf8ed1516eb7e (patch)
tree8276b8ca88d10ac4d2e6c13297677de784c6ff5d /gtk/flow_graph.c
parent0b97c4211ea856f866bb19c46aa8e2cbcca6013d (diff)
downloadwireshark-8e3e8b588f6a729dae0fa4d0792cf8ed1516eb7e.tar.gz
wireshark-8e3e8b588f6a729dae0fa4d0792cf8ed1516eb7e.tar.bz2
wireshark-8e3e8b588f6a729dae0fa4d0792cf8ed1516eb7e.zip
sort #includes by directories
svn path=/trunk/; revision=24968
Diffstat (limited to 'gtk/flow_graph.c')
-rw-r--r--gtk/flow_graph.c33
1 files changed, 18 insertions, 15 deletions
diff --git a/gtk/flow_graph.c b/gtk/flow_graph.c
index 731d7951fb..04f8c9d69b 100644
--- a/gtk/flow_graph.c
+++ b/gtk/flow_graph.c
@@ -27,30 +27,33 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
+#include <string.h>
-#include "register.h"
-
-#include "globals.h"
-#include "epan/filesystem.h"
+#include <gtk/gtk.h>
-#include "graph_analysis.h"
+#include <epan/epan.h>
+#include <epan/packet.h>
+#include <epan/filesystem.h>
#include <epan/stat_cmd_args.h>
-#include "../stat_menu.h"
-#include "gui_stat_menu.h"
-#include "dlg_utils.h"
-#include "gui_utils.h"
-#include "gtkglobals.h"
-
-#include "simple_dialog.h"
-
#include <epan/to_str.h>
#include <epan/tap.h>
#include <epan/emem.h>
#include <epan/dissectors/packet-tcp.h>
-
-#include <string.h>
#include <epan/strutil.h>
+#include "../register.h"
+#include "../globals.h"
+#include "../stat_menu.h"
+#include "../simple_dialog.h"
+
+#include "gtk/graph_analysis.h"
+#include "gtk/gui_stat_menu.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/gui_utils.h"
+#include "gtk/gtkglobals.h"
+
+
+
#define DISPLAYED 0
#define ALL 1
#define GENERAL 0