From 3f14045eff423852cd09b47f18fa57b0475d3b00 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 10 Dec 2011 19:49:07 +0100 Subject: ephy-embed: small cleanups --- embed/ephy-embed.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index e9b442ab4..fede503b3 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 #include #include #include -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); -- cgit v1.2.3