[tracker/evo-new-api] Evolution: Fix #include.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/evo-new-api] Evolution: Fix #include.
- Date: Thu, 5 Jul 2012 20:14:13 +0000 (UTC)
commit f8ffeb589b7782f9124839d3e4920f17eb8fe217
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Jul 5 16:08:26 2012 -0400
Evolution: Fix #include.
src/plugins/evolution/tracker-evolution-plugin.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/evolution/tracker-evolution-plugin.c b/src/plugins/evolution/tracker-evolution-plugin.c
index 2a2a1532..835173e 100644
--- a/src/plugins/evolution/tracker-evolution-plugin.c
+++ b/src/plugins/evolution/tracker-evolution-plugin.c
@@ -30,8 +30,7 @@
/* FIXME: Shouldn't include this but we need it for EMailSession */
#include <mail/mail-ops.h>
#else
-/* According to mbarnes this should be libemail-engine/e-mail-session.h, guessing this is a 3.2 vs 3.5 issue. */
-#include <mail/e-mail-session.h>
+#include <libemail-engine/e-mail-session.h>
#endif
#include "tracker-evolution-plugin.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]