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 /addressbook/gui/component/addressbook-config.c | |
parent | 54b8272e292255b83189225423b0efcc8c17a00e (diff) | |
download | gsoc2013-evolution-29c2975207c85d57741dc5331cce244406926030.tar.gz 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
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
1 files changed, 0 insertions, 2 deletions
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> |