summaryrefslogtreecommitdiff
path: root/src/caja-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-main.c')
-rw-r--r--src/caja-main.c35
1 files changed, 19 insertions, 16 deletions
diff --git a/src/caja-main.c b/src/caja-main.c
index a6e296ff..10914246 100644
--- a/src/caja-main.c
+++ b/src/caja-main.c
@@ -28,35 +28,38 @@
/* caja-main.c: Implementation of the routines that drive program lifecycle and main window creation/destruction. */
#include <config.h>
-#include "caja-window.h"
#include <dlfcn.h>
#include <signal.h>
-#include <eel/eel-debug.h>
-#include <eel/eel-glib-extensions.h>
-#include <eel/eel-self-checks.h>
-#include <libegg/eggdesktopfile.h>
-#include <gdk/gdkx.h>
-#include <gtk/gtk.h>
-#include <glib/gi18n.h>
-#include <gio/gdesktopappinfo.h>
-#include <libcaja-private/caja-debug-log.h>
-#include <libcaja-private/caja-global-preferences.h>
-#include <libcaja-private/caja-icon-names.h>
-#include <libxml/parser.h>
#ifdef HAVE_LOCALE_H
- #include <locale.h>
+#include <locale.h>
#endif
#ifdef HAVE_MALLOC_H
- #include <malloc.h>
+#include <malloc.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <gdk/gdkx.h>
+#include <gtk/gtk.h>
+#include <glib/gi18n.h>
+#include <gio/gdesktopappinfo.h>
+#include <libxml/parser.h>
#ifdef HAVE_EXEMPI
- #include <exempi/xmp.h>
+#include <exempi/xmp.h>
#endif
+#include "../eel/eel-debug.h"
+#include "../eel/eel-glib-extensions.h"
+#include "../eel/eel-self-checks.h"
+
+#include "../libcaja-private/caja-debug-log.h"
+#include "../libcaja-private/caja-global-preferences.h"
+#include "../libcaja-private/caja-icon-names.h"
+
+#include "../libegg/eggdesktopfile.h"
+
+#include "caja-window.h"
static void dump_debug_log (void)
{