diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2007-10-31 06:17:56 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2007-10-31 06:17:56 +0800 |
commit | 5c1b5556bf7d92acddefa8bd01911299b5acad61 (patch) | |
tree | 9b7afbf210503c4efb8f40e55d1b9983c8749e4d | |
parent | c21840ff454c55402b8d0eccbce9f00928b612ad (diff) | |
download | gsoc2013-evolution-5c1b5556bf7d92acddefa8bd01911299b5acad61.tar.gz gsoc2013-evolution-5c1b5556bf7d92acddefa8bd01911299b5acad61.tar.zst gsoc2013-evolution-5c1b5556bf7d92acddefa8bd01911299b5acad61.zip |
Remove unneeded include.
2007-10-29 Kjartan Maraas <kmaraas@gnome.org>
* gui/contact-editor/e-contact-editor.c:
Remove unneeded include.
svn path=/trunk/; revision=34457
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 40a45dd815..05f6fde121 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2007-10-29 Kjartan Maraas <kmaraas@gnome.org> + + * gui/contact-editor/e-contact-editor.c: + Remove unneeded include. + 2007-10-26 Matthew Barnes <mbarnes@redhat.com> * conduit/address-conduit.c (local_record_to_pilot_record): diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index d5dc2bae53..91d9e7af66 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -43,7 +43,6 @@ #include <gdk-pixbuf/gdk-pixbuf.h> #include <libedataserverui/e-categories-dialog.h> #include <misc/e-gui-utils.h> -#include <text/e-entry.h> #include <libebook/e-address-western.h> #include <libedataserverui/e-source-combo-box.h> |