aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ephy-file-helpers.c18
1 files changed, 7 insertions, 11 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index 9ccdf017b..189396c3c 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -21,29 +21,25 @@
*/
#include "config.h"
-
#include "ephy-file-helpers.h"
-#include "ephy-prefs.h"
#include "ephy-debug.h"
+#include "ephy-prefs.h"
#include "ephy-profile-utils.h"
#include "ephy-settings.h"
#include "ephy-string.h"
+#include <gdk/gdk.h>
+#include <gio/gdesktopappinfo.h>
+#include <gio/gio.h>
#include <glib.h>
#include <glib/gi18n.h>
-#include <gio/gio.h>
-#include <gio/gdesktopappinfo.h>
-#include <gdk/gdk.h>
-#include <libxml/xmlreader.h>
-
-#include <gdk/gdk.h>
#include <gtk/gtk.h>
-
-#include <string.h>
+#include <libxml/xmlreader.h>
#include <stdlib.h>
-#include <unistd.h>
+#include <string.h>
#include <sys/stat.h>
+#include <unistd.h>
/**
* SECTION:ephy-file-helpers