From aca90f1bb3f98d7b8aab2a3f1aae172d8958111b Mon Sep 17 00:00:00 2001 From: Simon Zheng Date: Fri, 6 Jan 2006 06:49:25 +0000 Subject: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. 2006-01-06 Simon Zheng * exchange-account-setup.c: * exchange-calendar.c: * exchange-config-listener.h: * exchange-contacts.c: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31076 --- plugins/exchange-operations/ChangeLog | 9 +++++++++ plugins/exchange-operations/exchange-account-setup.c | 2 +- plugins/exchange-operations/exchange-calendar.c | 2 +- plugins/exchange-operations/exchange-config-listener.h | 2 +- plugins/exchange-operations/exchange-contacts.c | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 71f5796129..314a0f4f12 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,12 @@ +2006-01-06 Simon Zheng + + * exchange-account-setup.c: + * exchange-calendar.c: + * exchange-config-listener.h: + * exchange-contacts.c: + use libedataserver/e-account-list.h instead of e-util/e-account-list.h. + use libedataserver/e-account.h instead of e-util/e-account.h. + 2006-01-05 Sushma Rai * exchange-calendar.c (e_exchange_calendar_commit): Setting the diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index a7a9e70c23..0aeb7b0cfe 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -22,7 +22,7 @@ #include "config.h" #endif -#include "e-util/e-account.h" +#include "libedataserver/e-account.h" #include "e-util/e-error.h" #include diff --git a/plugins/exchange-operations/exchange-calendar.c b/plugins/exchange-operations/exchange-calendar.c index 8b87150487..c5a3ae9d27 100644 --- a/plugins/exchange-operations/exchange-calendar.c +++ b/plugins/exchange-operations/exchange-calendar.c @@ -32,7 +32,7 @@ #include "calendar/gui/dialogs/calendar-setup.h" #include "mail/em-account-editor.h" #include "mail/em-config.h" -#include "e-util/e-account.h" +#include "libedataserver/e-account.h" #include "e-util/e-error.h" #include "exchange-operations.h" diff --git a/plugins/exchange-operations/exchange-config-listener.h b/plugins/exchange-operations/exchange-config-listener.h index b44ffadf94..19f59f5c1a 100644 --- a/plugins/exchange-operations/exchange-config-listener.h +++ b/plugins/exchange-operations/exchange-config-listener.h @@ -8,7 +8,7 @@ #include #include "exchange-types.h" -#include "e-util/e-account-list.h" +#include "libedataserver/e-account-list.h" #include #include diff --git a/plugins/exchange-operations/exchange-contacts.c b/plugins/exchange-operations/exchange-contacts.c index f04bab9f05..a656282d2b 100644 --- a/plugins/exchange-operations/exchange-contacts.c +++ b/plugins/exchange-operations/exchange-contacts.c @@ -34,7 +34,7 @@ #include "mail/em-account-editor.h" #include "mail/em-config.h" -#include "e-util/e-account.h" +#include "libedataserver/e-account.h" #include "e-util/e-error.h" #include "exchange-operations.h" -- cgit v1.2.3