From 2c28b8f60858b4b5c481e286719814d2e9541c5b Mon Sep 17 00:00:00 2001 From: Simon Zheng Date: Fri, 6 Jan 2006 06:44:15 +0000 Subject: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. 2006-01-06 Simon Zheng * em-account-editor.c: * em-account-prefs.c: * em-composer-utils.c: * em-folder-tree-model.h: * em-migrate.c: * em-subscribe-editor.c: * em-utils.c: * importers/netscape-importer.c: * mail-config.c: * mail-crypto.c: * mail-ops.h: * mail-send-recv.c: * mail-vfolder.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=31075 --- mail/mail-ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-ops.h') diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 7ae91131b3..075aa748c5 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -37,7 +37,7 @@ extern "C" { #include "camel/camel-operation.h" #include "libedataserver/e-msgport.h" -#include "e-util/e-account.h" +#include "libedataserver/e-account.h" void mail_append_mail (CamelFolder *folder, CamelMimeMessage *message, CamelMessageInfo *info, void (*done)(CamelFolder *folder, CamelMimeMessage *msg, CamelMessageInfo *info, int ok, -- cgit