aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/uat_gui.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 03:32:24 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 03:32:24 +0000
commitb1dd370d99ccf3be63630c4ec183d66e6f1e600d (patch)
treea6bb135cc85bec3f3c15a7bb5ea4d93d38975123 /gtk/uat_gui.c
parent1f24f62b368963eb39ec23ccda14de5302b2fc6f (diff)
sort #includes by directories
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24969 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/uat_gui.c')
-rw-r--r--gtk/uat_gui.c27
1 files changed, 15 insertions, 12 deletions
diff --git a/gtk/uat_gui.c b/gtk/uat_gui.c
index 672bd55250..955faddbbc 100644
--- a/gtk/uat_gui.c
+++ b/gtk/uat_gui.c
@@ -37,30 +37,33 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
+
#include <gtk/gtk.h>
+#include <gdk/gdkkeysyms.h>
+
#include <epan/dfilter/dfilter-macro.h>
#include <epan/emem.h>
#include <epan/report_err.h>
-#include <gdk/gdkkeysyms.h>
-#include "gtkglobals.h"
-#include "gui_utils.h"
-#include "dlg_utils.h"
-#include "help_dlg.h"
-#include "stock_icons.h"
#include <epan/proto.h>
#include <epan/packet.h>
-#include "../stat_menu.h"
-#include "gui_stat_menu.h"
-#include "main.h"
-
#include <epan/uat-int.h>
#include <epan/value_string.h>
-#include "uat_gui.h"
+
+#include "../stat_menu.h"
+
+#include "gtk/gtkglobals.h"
+#include "gtk/gui_utils.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/help_dlg.h"
+#include "gtk/stock_icons.h"
+#include "gtk/gui_stat_menu.h"
+#include "gtk/main.h"
+#include "gtk/uat_gui.h"
+
# define BUTTON_SIZE_X -1
# define BUTTON_SIZE_Y -1