diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-17 03:51:28 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-17 03:51:28 +0800 |
commit | 54b8272e292255b83189225423b0efcc8c17a00e (patch) | |
tree | f48bec18afc2dce6e8d274a4b4a38e9d750b1713 /shell/e-shell-importer.c | |
parent | d3d65d9bec2b607a4f2500ca8b0f1f036c5e81a3 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r-- | shell/e-shell-importer.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |