aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_hier_stats_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_hier_stats_dlg.c
parent8e3e8b588f6a729dae0fa4d0792cf8ed1516eb7e (diff)
sort #includes by directories
svn path=/trunk/; revision=24969
Diffstat (limited to 'gtk/proto_hier_stats_dlg.c')
-rw-r--r--gtk/proto_hier_stats_dlg.c22
1 files changed, 12 insertions, 10 deletions
diff --git a/gtk/proto_hier_stats_dlg.c b/gtk/proto_hier_stats_dlg.c
index fc27159ba1..81aad5c84e 100644
--- a/gtk/proto_hier_stats_dlg.c
+++ b/gtk/proto_hier_stats_dlg.c
@@ -30,16 +30,18 @@
#include <gtk/gtk.h>
-#include "proto_hier_stats.h"
-#include "proto_hier_stats_dlg.h"
-#include "dlg_utils.h"
-#include "gui_utils.h"
-#include "find_dlg.h"
-#include "color_dlg.h"
-#include "gtkglobals.h"
-#include "main.h"
-#include "simple_dialog.h"
-#include "help_dlg.h"
+#include "../proto_hier_stats.h"
+#include "../simple_dialog.h"
+
+#include "gtk/proto_hier_stats_dlg.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/gui_utils.h"
+#include "gtk/find_dlg.h"
+#include "gtk/color_dlg.h"
+#include "gtk/gtkglobals.h"
+#include "gtk/main.h"
+#include "gtk/help_dlg.h"
+
#define GTK_MENU_FUNC(a) ((GtkItemFactoryCallback)(a))