diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-04 03:14:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-04 03:14:03 +0800 |
commit | 2a39437ee94059a79d3dc1bf0c97a3aeaff23f53 (patch) | |
tree | 657e23e83bad7ff98e891f45043a41b09ff57647 /addressbook/gui/contact-editor | |
parent | eecffa7af35a3eb0742bff4d10be55c3a70f2876 (diff) | |
download | gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.tar gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.tar.gz gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.tar.bz2 gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.tar.lz gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.tar.xz gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.tar.zst gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.zip |
Adapt to single-include E-D-S libraries.
Diffstat (limited to 'addressbook/gui/contact-editor')
6 files changed, 7 insertions, 17 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-fullname.h b/addressbook/gui/contact-editor/e-contact-editor-fullname.h index 8fb7acfa1e..51a9e28db9 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-fullname.h +++ b/addressbook/gui/contact-editor/e-contact-editor-fullname.h @@ -24,7 +24,7 @@ #define __E_CONTACT_EDITOR_FULLNAME_H__ #include <gtk/gtk.h> -#include <libebook/e-contact.h> +#include <libebook/libebook.h> G_BEGIN_DECLS diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 131ca474c7..e03d00cffd 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -35,11 +35,7 @@ #include <gdk/gdkkeysyms.h> #include <gdk-pixbuf/gdk-pixbuf.h> -#include <libebook/e-address-western.h> -#include <libedataserverui/e-client-utils.h> -#include <libedataserverui/e-categories-dialog.h> -#include <libedataserverui/e-category-completion.h> -#include <libedataserverui/e-source-combo-box.h> +#include <libedataserverui/libedataserverui.h> #include "addressbook/printing/e-contact-print.h" #include "addressbook/gui/widgets/eab-gui-util.h" diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index 7f39fe421e..49446f7350 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -25,9 +25,6 @@ #include "addressbook/gui/contact-editor/eab-editor.h" -#include <libebook/e-book-client.h> -#include <libebook/e-contact.h> - #include <gtk/gtk.h> G_BEGIN_DECLS diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.c b/addressbook/gui/contact-editor/e-contact-quick-add.c index 7172a6022c..5ea618bc32 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.c +++ b/addressbook/gui/contact-editor/e-contact-quick-add.c @@ -28,11 +28,9 @@ #include <string.h> #include <gtk/gtk.h> #include <glib/gi18n.h> -#include <libebook/e-book-client.h> -#include <libebook/e-contact.h> -#include <libedataserverui/e-client-utils.h> -#include <libedataserverui/e-source-combo-box.h> -#include <libedataserver/e-source-address-book.h> + +#include <libedataserverui/libedataserverui.h> + #include <addressbook/util/eab-book-util.h> #include "e-contact-editor.h" #include "e-contact-quick-add.h" diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.h b/addressbook/gui/contact-editor/e-contact-quick-add.h index 91e64014e7..cd5d8ba44c 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.h +++ b/addressbook/gui/contact-editor/e-contact-quick-add.h @@ -23,8 +23,7 @@ #ifndef __E_CONTACT_QUICK_ADD_H__ #define __E_CONTACT_QUICK_ADD_H__ -#include <libebook/e-contact.h> -#include <libedataserver/e-source-registry.h> +#include <libebook/libebook.h> typedef void (*EContactQuickAddCallback) (EContact *new_contact, gpointer closure); diff --git a/addressbook/gui/contact-editor/eab-editor.h b/addressbook/gui/contact-editor/eab-editor.h index cf8a20aecb..88ede1522f 100644 --- a/addressbook/gui/contact-editor/eab-editor.h +++ b/addressbook/gui/contact-editor/eab-editor.h @@ -25,7 +25,7 @@ #define __EAB_EDITOR_H__ #include <gtk/gtk.h> -#include <libebook/e-contact.h> +#include <libebook/libebook.h> #include <shell/e-shell.h> /* Standard GObject macros */ |