aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/goto_dlg.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/goto_dlg.c
parent0b97c4211ea856f866bb19c46aa8e2cbcca6013d (diff)
sort #includes by directories
svn path=/trunk/; revision=24968
Diffstat (limited to 'gtk/goto_dlg.c')
-rw-r--r--gtk/goto_dlg.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/gtk/goto_dlg.c b/gtk/goto_dlg.c
index 06eb498b7f..56b5710575 100644
--- a/gtk/goto_dlg.c
+++ b/gtk/goto_dlg.c
@@ -30,13 +30,15 @@
#include <gtk/gtk.h>
#include <epan/proto.h>
-#include "globals.h"
-#include "goto_dlg.h"
-#include "simple_dialog.h"
-#include "dlg_utils.h"
-#include "gui_utils.h"
-#include "help_dlg.h"
+#include "../globals.h"
+#include "../simple_dialog.h"
+
+#include "gtk/goto_dlg.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/gui_utils.h"
+#include "gtk/help_dlg.h"
+
/* Capture callback data keys */
#define E_GOTO_FNUMBER_KEY "goto_fnumber_te"