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/printing/e-contact-print.h | |
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/printing/e-contact-print.h')
-rw-r--r-- | addressbook/printing/e-contact-print.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/printing/e-contact-print.h b/addressbook/printing/e-contact-print.h index 94a61b080c..6cdc231ddd 100644 --- a/addressbook/printing/e-contact-print.h +++ b/addressbook/printing/e-contact-print.h @@ -24,8 +24,8 @@ #define E_CONTACT_PRINT_H #include <gtk/gtk.h> -#include <libebook/e-book-client.h> -#include <libebook/e-book-query.h> +#include <libebook/libebook.h> + #include "e-contact-print-types.h" void e_contact_print (EBookClient *book_client, |