diff options
-rw-r--r-- | 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 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 <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); |