mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #13994: addressbook: use single-file includes if eds version >= 3.5.3
This commit is contained in:
@ -36,13 +36,17 @@
|
||||
* as that of the covered work.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
#include <pango/pango.h>
|
||||
#include "eds.h"
|
||||
#if EDS_CHECK_VERSION(3,5,3)
|
||||
#include <libedataserver/libedataserver.h>
|
||||
#else
|
||||
#include <libedataserver/e-source.h>
|
||||
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Structure used to store search callback and data
|
||||
|
@ -40,7 +40,14 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
#include <libedataserver/eds-version.h>
|
||||
|
||||
#if EDS_CHECK_VERSION(3,5,3)
|
||||
#include <libebook/libebook.h>
|
||||
#else
|
||||
#include <libebook/e-book.h>
|
||||
#endif
|
||||
|
||||
#include "addressbook.h"
|
||||
|
||||
|
Reference in New Issue
Block a user