Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
f527ffa8
Commit
f527ffa8
authored
Jul 30, 2012
by
Tristan Matthews
Browse files
* #13994: addressbook: use single-file includes if eds version >= 3.5.3
parent
f07feed9
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/addressbook/evolution/eds.c
View file @
f527ffa8
...
...
@@ -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
...
...
plugins/addressbook/evolution/eds.h
View file @
f527ffa8
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment