aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-calendar.c
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-01-06 14:49:25 +0800
committerHarry Lu <haip@src.gnome.org>2006-01-06 14:49:25 +0800
commitaca90f1bb3f98d7b8aab2a3f1aae172d8958111b (patch)
tree60873c055d17db5f4d27357fd4ddad0c51406bc7 /plugins/exchange-operations/exchange-calendar.c
parent2c28b8f60858b4b5c481e286719814d2e9541c5b (diff)
downloadgsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.tar
gsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.tar.gz
gsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.tar.bz2
gsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.tar.lz
gsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.tar.xz
gsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.tar.zst
gsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.zip
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06 Simon Zheng <simon.zheng@sun.com> * 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
Diffstat (limited to 'plugins/exchange-operations/exchange-calendar.c')
-rw-r--r--plugins/exchange-operations/exchange-calendar.c2
1 files changed, 1 insertions, 1 deletions
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"