diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 10:03:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 10:05:37 +0800 |
commit | 4ce3d9c321888226b2bcbf67e189261d0edb5a53 (patch) | |
tree | 40f96a8968fa7bd956a5a72ab61b27ab5f7f0761 /addressbook/tools/evolution-addressbook-export-list-cards.c | |
parent | 1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2 (diff) | |
download | gsoc2013-evolution-4ce3d9c321888226b2bcbf67e189261d0edb5a53.tar.gz gsoc2013-evolution-4ce3d9c321888226b2bcbf67e189261d0edb5a53.tar.zst gsoc2013-evolution-4ce3d9c321888226b2bcbf67e189261d0edb5a53.zip |
Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helper
The only remaining case is widgets/test/test-dropdown-button.c, but this
file will be removed when the kill-bonobo branch is merged.
Diffstat (limited to 'addressbook/tools/evolution-addressbook-export-list-cards.c')
-rw-r--r-- | addressbook/tools/evolution-addressbook-export-list-cards.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/addressbook/tools/evolution-addressbook-export-list-cards.c b/addressbook/tools/evolution-addressbook-export-list-cards.c index 4b98bc77ac..417214691b 100644 --- a/addressbook/tools/evolution-addressbook-export-list-cards.c +++ b/addressbook/tools/evolution-addressbook-export-list-cards.c @@ -27,10 +27,8 @@ #include <unistd.h> #include <glib.h> +#include <glib/gi18n.h> #include <glib/gstdio.h> -#include <bonobo-activation/bonobo-activation.h> -#include <libbonobo.h> -#include <libgnome/libgnome.h> #include <libebook/e-book.h> #include <libebook/e-contact.h> |