diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2011-03-12 22:14:02 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2011-03-12 22:14:02 +0800 |
commit | 747284a96cffeec3b9a4738ad38a46c7f2dac585 (patch) | |
tree | 9118bb4f9701a185ac9fb93aab152db707b6a7f8 /src/epiphany.h.in | |
parent | 3010236814e202daff2edab57c054f081ad04d8d (diff) | |
download | gsoc2013-epiphany-747284a96cffeec3b9a4738ad38a46c7f2dac585.tar.gz gsoc2013-epiphany-747284a96cffeec3b9a4738ad38a46c7f2dac585.tar.zst gsoc2013-epiphany-747284a96cffeec3b9a4738ad38a46c7f2dac585.zip |
Do not include removed header
Building epiphany extensions was failing because epiphany.h sitll
included a header that is not longer present in Epiphany.
Diffstat (limited to 'src/epiphany.h.in')
-rw-r--r-- | src/epiphany.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/epiphany.h.in b/src/epiphany.h.in index 8664c15bd..9c700933f 100644 --- a/src/epiphany.h.in +++ b/src/epiphany.h.in @@ -42,7 +42,6 @@ #include <epiphany/ephy-embed-container.h> #include <epiphany/ephy-embed-event.h> #include <epiphany/ephy-embed.h> -#include <epiphany/ephy-embed-persist.h> #include <epiphany/ephy-embed-prefs.h> #include <epiphany/ephy-embed-shell.h> #include <epiphany/ephy-embed-single.h> |