diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-17 03:55:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-17 03:55:45 +0800 |
commit | 29c2975207c85d57741dc5331cce244406926030 (patch) | |
tree | dfc8d6892e35d4799ffbfcfec45706ee837d23d4 | |
parent | 54b8272e292255b83189225423b0efcc8c17a00e (diff) | |
download | gsoc2013-evolution-29c2975207c85d57741dc5331cce244406926030.tar gsoc2013-evolution-29c2975207c85d57741dc5331cce244406926030.tar.gz gsoc2013-evolution-29c2975207c85d57741dc5331cce244406926030.tar.bz2 gsoc2013-evolution-29c2975207c85d57741dc5331cce244406926030.tar.lz gsoc2013-evolution-29c2975207c85d57741dc5331cce244406926030.tar.xz gsoc2013-evolution-29c2975207c85d57741dc5331cce244406926030.tar.zst gsoc2013-evolution-29c2975207c85d57741dc5331cce244406926030.zip |
Don't #include <e-util/e-html-utils.h>
2002-12-16 Jeffrey Stedfast <fejj@ximian.com>
* gui/component/addressbook-config.c: Don't #include
<e-util/e-html-utils.h>
svn path=/trunk/; revision=19132
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index de6c6b4e2e..e1e5db9524 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-12-16 Jeffrey Stedfast <fejj@ximian.com> + + * gui/component/addressbook-config.c: Don't #include + <e-util/e-html-utils.h> + 2002-12-09 Chris Toshok <toshok@ximian.com> * gui/search/e-addressbook-search-dialog.[ch]: GObject-ize this. diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index b30f400250..1cc001f4e5 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -33,8 +33,6 @@ #include "evolution-config-control.h" #include <shell/e-folder-list.h> -#include <e-util/e-html-utils.h> - #include <gal/widgets/e-unicode.h> #include <gal/e-table/e-table-memory-store.h> #include <gal/e-table/e-table-scrolled.h> |