diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-importer.c | 1 |
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" |