aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2005-05-17 22:18:07 +0800
committerRadek Doulik <rodo@src.gnome.org>2005-05-17 22:18:07 +0800
commit2a8848295e73fa230ae82c18a4c7b3c1652ae44f (patch)
treed611730babadb6209cef97bd6818a92b7fd25651 /mail/em-format-html.c
parent7f02bc0b3f644fb040648e6de3126f4ae30a0267 (diff)
downloadgsoc2013-evolution-2a8848295e73fa230ae82c18a4c7b3c1652ae44f.tar
gsoc2013-evolution-2a8848295e73fa230ae82c18a4c7b3c1652ae44f.tar.gz
gsoc2013-evolution-2a8848295e73fa230ae82c18a4c7b3c1652ae44f.tar.bz2
gsoc2013-evolution-2a8848295e73fa230ae82c18a4c7b3c1652ae44f.tar.lz
gsoc2013-evolution-2a8848295e73fa230ae82c18a4c7b3c1652ae44f.tar.xz
gsoc2013-evolution-2a8848295e73fa230ae82c18a4c7b3c1652ae44f.tar.zst
gsoc2013-evolution-2a8848295e73fa230ae82c18a4c7b3c1652ae44f.zip
removed include of htmlengine.h which wasn't needed
2005-05-17 Radek Doulik <rodo@novell.com> * em-format-html.c: removed include of htmlengine.h which wasn't needed * em-format-html-display.c: use top level gtkhtml API instead of lower level one * em-folder-view.c (emfv_popup_selectall): use gtk_html_select_all instead of calling html engine directly svn path=/trunk/; revision=29378
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 3125e32b4e..87d840923d 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -39,7 +39,6 @@
#include <gtkhtml/gtkhtml.h>
#include <gtkhtml/gtkhtml-embedded.h>
#include <gtkhtml/gtkhtml-stream.h>
-#include <gtkhtml/htmlengine.h>
#include <libgnome/gnome-i18n.h>