diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-12-11 02:34:39 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-12-11 04:08:13 +0800 |
commit | 1fa40b0f771c6fef774812bb517671d2250b6746 (patch) | |
tree | 393b7a7132361ab1aeea70dbd837d115e38ee6f1 | |
parent | 90274a4fca5c6907f0903a991871f5fd38a621ee (diff) | |
download | gsoc2013-epiphany-1fa40b0f771c6fef774812bb517671d2250b6746.tar gsoc2013-epiphany-1fa40b0f771c6fef774812bb517671d2250b6746.tar.gz gsoc2013-epiphany-1fa40b0f771c6fef774812bb517671d2250b6746.tar.bz2 gsoc2013-epiphany-1fa40b0f771c6fef774812bb517671d2250b6746.tar.lz gsoc2013-epiphany-1fa40b0f771c6fef774812bb517671d2250b6746.tar.xz gsoc2013-epiphany-1fa40b0f771c6fef774812bb517671d2250b6746.tar.zst gsoc2013-epiphany-1fa40b0f771c6fef774812bb517671d2250b6746.zip |
e-download: remove useless include
-rw-r--r-- | embed/ephy-download.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-download.h b/embed/ephy-download.h index a4592b806..e4efeb3e1 100644 --- a/embed/ephy-download.h +++ b/embed/ephy-download.h @@ -36,8 +36,6 @@ #include <webkit/webkit.h> #endif -#include "ephy-embed.h" - G_BEGIN_DECLS #define EPHY_TYPE_DOWNLOAD ephy_download_get_type() |