diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-22 16:46:05 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-22 16:46:05 +0800 |
commit | b98b20d754e55188a65507ea7e046eb1a8d80321 (patch) | |
tree | 95369e6e5f751360a4b8ac92d730b9358e77a3e3 /embed/ephy-download.h | |
parent | 739c65404072de313e6cdb39e6b6caa4f276804d (diff) | |
download | gsoc2013-epiphany-b98b20d754e55188a65507ea7e046eb1a8d80321.tar.gz gsoc2013-epiphany-b98b20d754e55188a65507ea7e046eb1a8d80321.tar.zst gsoc2013-epiphany-b98b20d754e55188a65507ea7e046eb1a8d80321.zip |
ephy-download: remove non WebKit2 bits
Diffstat (limited to 'embed/ephy-download.h')
-rw-r--r-- | embed/ephy-download.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-download.h b/embed/ephy-download.h index 902ae5730..17b1a2c46 100644 --- a/embed/ephy-download.h +++ b/embed/ephy-download.h @@ -30,11 +30,7 @@ #define _EPHY_DOWNLOAD_H #include <glib-object.h> -#ifdef HAVE_WEBKIT2 #include <webkit2/webkit2.h> -#else -#include <webkit/webkit.h> -#endif G_BEGIN_DECLS |