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 /addressbook/gui/component | |
parent | d966bf1d66af33f280857f2570abdbf1dc08d7a7 (diff) | |
download | gsoc2013-evolution-b552b6e7e1dd5c22fc0095074f49bf3408631fcd.tar gsoc2013-evolution-b552b6e7e1dd5c22fc0095074f49bf3408631fcd.tar.gz gsoc2013-evolution-b552b6e7e1dd5c22fc0095074f49bf3408631fcd.tar.bz2 gsoc2013-evolution-b552b6e7e1dd5c22fc0095074f49bf3408631fcd.tar.lz gsoc2013-evolution-b552b6e7e1dd5c22fc0095074f49bf3408631fcd.tar.xz 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
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |