aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-12-17 03:51:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-12-17 03:51:28 +0800
commit54b8272e292255b83189225423b0efcc8c17a00e (patch)
treef48bec18afc2dce6e8d274a4b4a38e9d750b1713
parentd3d65d9bec2b607a4f2500ca8b0f1f036c5e81a3 (diff)
downloadgsoc2013-evolution-54b8272e292255b83189225423b0efcc8c17a00e.tar
gsoc2013-evolution-54b8272e292255b83189225423b0efcc8c17a00e.tar.gz
gsoc2013-evolution-54b8272e292255b83189225423b0efcc8c17a00e.tar.bz2
gsoc2013-evolution-54b8272e292255b83189225423b0efcc8c17a00e.tar.lz
gsoc2013-evolution-54b8272e292255b83189225423b0efcc8c17a00e.tar.xz
gsoc2013-evolution-54b8272e292255b83189225423b0efcc8c17a00e.tar.zst
gsoc2013-evolution-54b8272e292255b83189225423b0efcc8c17a00e.zip
Don't #include "e-util/e-html-utils.h" as we don't use it.
2002-12-16 Jeffrey Stedfast <fejj@ximian.com> * e-shell-importer.c: Don't #include "e-util/e-html-utils.h" as we don't use it. svn path=/trunk/; revision=19131
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-importer.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 68b6bed3e6..7944373fbd 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-16 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-shell-importer.c: Don't #include "e-util/e-html-utils.h" as
+ we don't use it.
+
2002-12-13 Chris Toshok <toshok@ximian.com>
[ fixes bug #35394 ]
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index ee1456cc95..4aeba1253a 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -54,7 +54,6 @@
#include <gal/widgets/e-gui-utils.h>
#include <gal/widgets/e-unicode.h>
-#include "e-util/e-html-utils.h"
#include "e-util/e-gtk-utils.h"
#include "e-shell-importer.h"