diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-30 21:56:43 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-30 21:56:43 +0800 |
commit | b552b6e7e1dd5c22fc0095074f49bf3408631fcd (patch) | |
tree | 21e493e9687a8ad1146aea94132ddcdb07942586 | |
parent | d966bf1d66af33f280857f2570abdbf1dc08d7a7 (diff) | |
download | gsoc2013-evolution-b552b6e7e1dd5c22fc0095074f49bf3408631fcd.tar.gz gsoc2013-evolution-b552b6e7e1dd5c22fc0095074f49bf3408631fcd.tar.zst gsoc2013-evolution-b552b6e7e1dd5c22fc0095074f49bf3408631fcd.zip |
Remove inclusion of unused header.
2006-01-30 Harish Krishnaswamy <kharish@novell.com>
* gui/component/addressbook-view.c:
* gui/widgets/e-addressbook-view.c:
Remove inclusion of unused header.
svn path=/trunk/; revision=31375
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-view.c | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 685188c16f..87af5516e2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2006-01-30 Harish Krishnaswamy <kharish@novell.com> + + * gui/component/addressbook-view.c: + * gui/widgets/e-addressbook-view.c: + Remove inclusion of unused header. + 2006-01-30 Sushma Rai <rsushma@novell.com> * gui/component/Makefile.am: Removed reference to "search" directory. diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c index 68112e49e1..f13ff70ff1 100644 --- a/addressbook/gui/component/addressbook-view.c +++ b/addressbook/gui/component/addressbook-view.c @@ -59,7 +59,6 @@ #include "addressbook.h" #include "addressbook-view.h" #include "addressbook-component.h" -#include "addressbook/gui/search/e-addressbook-search-dialog.h" #include "addressbook/gui/widgets/e-addressbook-view.h" #include "addressbook/gui/widgets/eab-gui-util.h" #include "addressbook/gui/merging/eab-contact-merging.h" diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 3d96c1fbd6..04c53958df 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -43,7 +43,6 @@ #include "addressbook/printing/e-contact-print.h" #include "addressbook/printing/e-contact-print-envelope.h" -#include "addressbook/gui/search/e-addressbook-search-dialog.h" #include "addressbook/gui/widgets/eab-popup.h" #include "addressbook/gui/widgets/eab-menu.h" #include "a11y/addressbook/ea-addressbook.h" |