aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 01:54:20 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 01:54:20 +0000
commit1f24f62b368963eb39ec23ccda14de5302b2fc6f (patch)
tree8276b8ca88d10ac4d2e6c13297677de784c6ff5d /gtk/file_dlg.c
parentecf4e1ad3dd8479eea25fa9d95c20411a110c140 (diff)
sort #includes by directories
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24968 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/file_dlg.c')
-rw-r--r--gtk/file_dlg.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c
index a346da1fde..2b4c0718cc 100644
--- a/gtk/file_dlg.c
+++ b/gtk/file_dlg.c
@@ -25,18 +25,18 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+#include <string.h>
+#include <errno.h>
#include <gtk/gtk.h>
#include <epan/filesystem.h>
-#include "gtkglobals.h"
-#include "gui_utils.h"
-#include "file_dlg.h"
-#include "keys.h"
+#include "gtk/gtkglobals.h"
+#include "gtk/gui_utils.h"
+#include "gtk/file_dlg.h"
+#include "gtk/keys.h"
-#include <string.h>
-#include <errno.h>
static gchar *last_open_dir = NULL;
static gboolean updated_last_open_dir = FALSE;