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/util | |
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/util')
-rw-r--r-- | addressbook/util/eab-book-util.c | 1 | ||||
-rw-r--r-- | addressbook/util/eab-book-util.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c index b25bbce513..7104c445cb 100644 --- a/addressbook/util/eab-book-util.c +++ b/addressbook/util/eab-book-util.c @@ -26,7 +26,6 @@ #endif #include <string.h> -#include <libedataserver/e-source-registry.h> #include "eab-book-util.h" diff --git a/addressbook/util/eab-book-util.h b/addressbook/util/eab-book-util.h index 99e92b95b5..f05c9a7bbd 100644 --- a/addressbook/util/eab-book-util.h +++ b/addressbook/util/eab-book-util.h @@ -24,8 +24,7 @@ #ifndef EAB_BOOK_UTIL_H #define EAB_BOOK_UTIL_H -#include <libebook/e-book-client.h> -#include <libedataserver/e-source-registry.h> +#include <libebook/libebook.h> G_BEGIN_DECLS |