diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-06-21 18:15:33 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-06-21 18:45:21 +0800 |
commit | 4d265094c5d28e7192dec077ea56c2a6c199cb4a (patch) | |
tree | f45ac1b4f00347c0e87cf53644f894b3e88230bc /embed/ephy-embed-utils.h | |
parent | 994dffde1f3189ed628d4c211a9a2ea5ecdbd15e (diff) | |
download | gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.tar.gz gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.tar.zst gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.zip |
Include libsoup header explicitly when required
Instead of relying on webkit header to include it.
Diffstat (limited to 'embed/ephy-embed-utils.h')
-rw-r--r-- | embed/ephy-embed-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed-utils.h b/embed/ephy-embed-utils.h index 4d8ded161..ded63a5d8 100644 --- a/embed/ephy-embed-utils.h +++ b/embed/ephy-embed-utils.h @@ -31,8 +31,6 @@ #include "ephy-web-view.h" -#include <webkit/webkit.h> - G_BEGIN_DECLS #define EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED(embed) (WEBKIT_WEB_VIEW (ephy_embed_get_web_view (embed))) |