[epiphany] ephy-embed: small cleanups



commit 3f14045eff423852cd09b47f18fa57b0475d3b00
Author: Xan Lopez <xan igalia com>
Date:   Sat Dec 10 19:49:07 2011 +0100

    ephy-embed: small cleanups

 embed/ephy-embed.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index e9b442a..fede503 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -24,33 +24,31 @@
  */
 
 #include "config.h"
+#include "ephy-embed.h"
 
 #include "ephy-adblock-manager.h"
 #include "ephy-debug.h"
 #include "ephy-download.h"
-#include "ephy-embed.h"
 #include "ephy-embed-event.h"
+#include "ephy-embed-prefs.h"
 #include "ephy-embed-shell.h"
 #include "ephy-embed-single.h"
-#include "ephy-embed-prefs.h"
 #include "ephy-embed-utils.h"
 #include "ephy-file-helpers.h"
 #include "ephy-history.h"
+#include "ephy-overlay-escaping-child.h"
 #include "ephy-prefs.h"
 #include "ephy-settings.h"
 #include "ephy-stock-icons.h"
 #include "ephy-string.h"
 #include "ephy-web-view.h"
 #include "gedit-overlay.h"
-#include "ephy-overlay-escaping-child.h"
 
 #include <errno.h>
 #include <glib/gi18n.h>
 #include <string.h>
 #include <webkit/webkit.h>
 
-static void     ephy_embed_class_init       (EphyEmbedClass *klass);
-static void     ephy_embed_init             (EphyEmbed *gs);
 static void     ephy_embed_constructed      (GObject *object);
 static gboolean ephy_embed_inspect_show_cb  (WebKitWebInspector *inspector,
                                              EphyEmbed *embed);



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