aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 03:32:24 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 03:32:24 +0000
commit644a474c95cbfc18200e89cff906cd5fad962038 (patch)
treea6bb135cc85bec3f3c15a7bb5ea4d93d38975123 /gtk/proto_dlg.c
parent8e3e8b588f6a729dae0fa4d0792cf8ed1516eb7e (diff)
sort #includes by directories
svn path=/trunk/; revision=24969
Diffstat (limited to 'gtk/proto_dlg.c')
-rw-r--r--gtk/proto_dlg.c23
1 files changed, 13 insertions, 10 deletions
diff --git a/gtk/proto_dlg.c b/gtk/proto_dlg.c
index 41a1f852e3..12257eb2f2 100644
--- a/gtk/proto_dlg.c
+++ b/gtk/proto_dlg.c
@@ -26,22 +26,25 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
-#include <string.h>
#include <epan/prefs.h>
-#include "globals.h"
-#include "main.h"
-#include "util.h"
-#include "gui_utils.h"
-#include "dlg_utils.h"
-#include "proto_dlg.h"
-#include "simple_dialog.h"
-#include "disabled_protos.h"
#include <epan/filesystem.h>
-#include "help_dlg.h"
+
+#include "../globals.h"
+#include "../util.h"
+#include "../simple_dialog.h"
+#include "../disabled_protos.h"
+
+#include "gtk/main.h"
+#include "gtk/gui_utils.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/proto_dlg.h"
+#include "gtk/help_dlg.h"
+
static gboolean proto_delete_event_cb(GtkWidget *, GdkEvent *, gpointer);
static void proto_ok_cb(GtkWidget *, gpointer);