diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-22 17:07:40 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-22 17:07:40 +0800 |
commit | 390f0f09f535f40d426b8a4a88f80ea348a8aed9 (patch) | |
tree | 49d54308e9b60ce031a1c0a7e1dc0160a6380bd4 /embed | |
parent | 1f39c8de59c2119627bbf29a864b06259d287e4d (diff) | |
download | gsoc2013-epiphany-390f0f09f535f40d426b8a4a88f80ea348a8aed9.tar gsoc2013-epiphany-390f0f09f535f40d426b8a4a88f80ea348a8aed9.tar.gz gsoc2013-epiphany-390f0f09f535f40d426b8a4a88f80ea348a8aed9.tar.bz2 gsoc2013-epiphany-390f0f09f535f40d426b8a4a88f80ea348a8aed9.tar.lz gsoc2013-epiphany-390f0f09f535f40d426b8a4a88f80ea348a8aed9.tar.xz gsoc2013-epiphany-390f0f09f535f40d426b8a4a88f80ea348a8aed9.tar.zst gsoc2013-epiphany-390f0f09f535f40d426b8a4a88f80ea348a8aed9.zip |
ephy-embed-event: remove non WebKit2 bits
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed-event.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/embed/ephy-embed-event.h b/embed/ephy-embed-event.h index 128c74aab..ada5e7ebd 100644 --- a/embed/ephy-embed-event.h +++ b/embed/ephy-embed-event.h @@ -27,13 +27,7 @@ #ifndef EPHY_EMBED_EVENT_H #define EPHY_EMBED_EVENT_H -#include <glib-object.h> -#include <glib.h> -#ifdef HAVE_WEBKIT2 #include <webkit2/webkit2.h> -#else -#include <webkit/webkit.h> -#endif G_BEGIN_DECLS |