From 644a474c95cbfc18200e89cff906cd5fad962038 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 13 Apr 2008 03:32:24 +0000 Subject: sort #includes by directories svn path=/trunk/; revision=24969 --- gtk/proto_dlg.c | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'gtk/proto_dlg.c') 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 #include #include -#include #include -#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 -#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); -- cgit v1.2.3