[epiphany] ephy-web-view: sort includes
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-web-view: sort includes
- Date: Sun, 11 Sep 2011 14:52:58 +0000 (UTC)
commit 459bebb428dda92619ad15562b5897b52043900d
Author: Xan Lopez <xlopez igalia com>
Date: Sun Sep 11 16:52:04 2011 +0200
ephy-web-view: sort includes
embed/ephy-web-view.c | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index d181c9b..f45f58e 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -21,37 +21,37 @@
*/
#include "config.h"
-
-#include <gio/gio.h>
-#include <glib/gi18n.h>
-#include <glib/gstdio.h>
-#include <gtk/gtk.h>
-#include <string.h>
-#include <webkit/webkit.h>
-#include <gnome-keyring.h>
-#include <libsoup/soup-gnome.h>
+#include "ephy-web-view.h"
#include "ephy-debug.h"
-#include "ephy-embed.h"
#include "ephy-embed-container.h"
#include "ephy-embed-prefs.h"
#include "ephy-embed-shell.h"
#include "ephy-embed-single.h"
#include "ephy-embed-type-builtins.h"
#include "ephy-embed-utils.h"
+#include "ephy-embed.h"
+#include "ephy-favicon-cache.h"
#include "ephy-file-helpers.h"
-#include "ephy-prefs.h"
+#include "ephy-history.h"
#include "ephy-permission-manager.h"
+#include "ephy-prefs.h"
#include "ephy-profile-utils.h"
-#include "ephy-favicon-cache.h"
-#include "ephy-history.h"
#include "ephy-request-about.h"
#include "ephy-settings.h"
#include "ephy-string.h"
#include "ephy-web-app-utils.h"
-#include "ephy-web-view.h"
#include "ephy-zoom.h"
+#include <gio/gio.h>
+#include <glib/gi18n.h>
+#include <glib/gstdio.h>
+#include <gnome-keyring.h>
+#include <gtk/gtk.h>
+#include <libsoup/soup-gnome.h>
+#include <string.h>
+#include <webkit/webkit.h>
+
/**
* SECTION:ephy-web-view
* @short_description: Epiphany custom #WebkitWebView
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]