diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-06-30 15:24:01 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-06-30 15:24:01 +0800 |
commit | 930d8c836af03046b56e016182ab0bb7f28b9e72 (patch) | |
tree | 11ee09b02d94c68803b6e7fb1b279eac62ff1d78 /embed/ephy-embed.h | |
parent | d0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4 (diff) | |
download | gsoc2013-epiphany-930d8c836af03046b56e016182ab0bb7f28b9e72.tar.gz gsoc2013-epiphany-930d8c836af03046b56e016182ab0bb7f28b9e72.tar.zst gsoc2013-epiphany-930d8c836af03046b56e016182ab0bb7f28b9e72.zip |
embed: remove history item abstraction from embed.
Not needed anymore.
svn path=/trunk/; revision=8314
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 1c8b14fc9..6df34e8d1 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -26,7 +26,6 @@ #define EPHY_EMBED_H #include "ephy-embed-event.h" -#include "ephy-history-item.h" #include <glib-object.h> #include <glib.h> |