diff options
Diffstat (limited to 'addressbook')
-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> |