aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorRadek Doulik <rodo@site>2005-05-03 18:38:36 +0800
committerRadek Doulik <rodo@src.gnome.org>2005-05-03 18:38:36 +0800
commit3da049b17c8b76fc69087c256200253214b1e8ca (patch)
tree65aa2d43fd1153585c65d3cfbb4f2d7586d70c78 /mail
parent59ea710a67311c57039c696855869aa0af84fb67 (diff)
downloadgsoc2013-evolution-3da049b17c8b76fc69087c256200253214b1e8ca.tar
gsoc2013-evolution-3da049b17c8b76fc69087c256200253214b1e8ca.tar.gz
gsoc2013-evolution-3da049b17c8b76fc69087c256200253214b1e8ca.tar.bz2
gsoc2013-evolution-3da049b17c8b76fc69087c256200253214b1e8ca.tar.lz
gsoc2013-evolution-3da049b17c8b76fc69087c256200253214b1e8ca.tar.xz
gsoc2013-evolution-3da049b17c8b76fc69087c256200253214b1e8ca.tar.zst
gsoc2013-evolution-3da049b17c8b76fc69087c256200253214b1e8ca.zip
removed include of htmlinterval.h as it's not needed
2005-05-03 Radek Doulik <rodo@site> * em-format-html-display.c: removed include of htmlinterval.h as it's not needed svn path=/trunk/; revision=29260
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-format-html-display.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index eaa5d76951..1556d6cf17 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-03 Radek Doulik <rodo@site>
+
+ * em-format-html-display.c: removed include of htmlinterval.h as
+ it's not needed
+
2005-04-28 Parthasarathi Susarla <sparthasarathi@novell.com>
* em-folder-view.c (emfv_set_folder): remove a call to
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index 4876989357..6fc42ac60a 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -30,7 +30,6 @@
#include <gtkhtml/htmlengine.h>
#include <gtkhtml/htmlobject.h>
#include <gtkhtml/htmliframe.h>
-#include <gtkhtml/htmlinterval.h>
#include <gtkhtml/gtkhtml-embedded.h>
#include <gtkhtml/gtkhtml-search.h>