[epiphany] ephy-file-helpers: sort includes
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-file-helpers: sort includes
- Date: Wed, 29 Aug 2012 14:19:10 +0000 (UTC)
commit 33c6eb2bbc1e66092919ae253c120a7c6dce3204
Author: Xan Lopez <xan igalia com>
Date: Wed Aug 29 16:18:40 2012 +0200
ephy-file-helpers: sort includes
lib/ephy-file-helpers.c | 18 +++++++-----------
1 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index 9ccdf01..189396c 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]