[epiphany] ephy-embed.c: sort headers



commit 0c5cf6617f4d5945eb1eecce87ba4f164e4c416c
Author: Xan Lopez <xan gnome org>
Date:   Sat Aug 8 22:43:46 2009 +0300

    ephy-embed.c: sort headers

 embed/ephy-embed.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index ce1fb83..5591c94 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -29,26 +29,25 @@
 #include "eel-gconf-extensions.h"
 #include "ephy-command-manager.h"
 #include "ephy-debug.h"
-#include "ephy-file-chooser.h"
-#include "ephy-file-helpers.h"
-#include "ephy-history.h"
+#include "ephy-embed.h"
+#include "ephy-embed-event.h"
 #include "ephy-embed-shell.h"
 #include "ephy-embed-single.h"
 #include "ephy-embed-persist.h"
-#include "ephy-stock-icons.h"
-#include "ephy-string.h"
-#include "ephy-embed-event.h"
+#include "ephy-embed-prefs.h"
 #include "ephy-embed-utils.h"
+#include "ephy-file-chooser.h"
+#include "ephy-file-helpers.h"
+#include "ephy-history.h"
 #include "ephy-prefs.h"
+#include "ephy-stock-icons.h"
+#include "ephy-string.h"
 #include "ephy-web-view.h"
 
-#include <webkit/webkit.h>
 #include <errno.h>
-#include <string.h>
 #include <glib/gi18n.h>
-
-#include "ephy-embed-prefs.h"
-#include "ephy-embed.h"
+#include <string.h>
+#include <webkit/webkit.h>
 
 static void     ephy_embed_class_init  (EphyEmbedClass *klass);
 static void     ephy_embed_init        (EphyEmbed *gs);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]