diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-01-06 14:57:13 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-06 14:57:13 +0800 |
commit | 2a6d2286cd2bd173dd64934070244df3515d58f5 (patch) | |
tree | 79bce5b703afc48254ec032c2fcada0b3764fad1 /plugins/groupwise-features/proxy.c | |
parent | 552b23ea6f567342010d4832bbfcc3d02c8815f2 (diff) | |
download | gsoc2013-evolution-2a6d2286cd2bd173dd64934070244df3515d58f5.tar.gz gsoc2013-evolution-2a6d2286cd2bd173dd64934070244df3515d58f5.tar.zst gsoc2013-evolution-2a6d2286cd2bd173dd64934070244df3515d58f5.zip |
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06 Simon Zheng <simon.zheng@sun.com>
* junk-mail-settings.c:
* mail-send-options.c:
* proxy-login.c:
* proxy.c:
* proxy.h:
* send-options.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=31078
Diffstat (limited to 'plugins/groupwise-features/proxy.c')
-rw-r--r-- | plugins/groupwise-features/proxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/groupwise-features/proxy.c b/plugins/groupwise-features/proxy.c index db1f2d6199..8522a550e8 100644 --- a/plugins/groupwise-features/proxy.c +++ b/plugins/groupwise-features/proxy.c @@ -56,8 +56,8 @@ #include <mail/mail-component.h> #include <mail/mail-ops.h> #include <mail/mail-session.h> -#include <e-util/e-account.h> -#include <e-util/e-account-list.h> +#include <libedataserver/e-account.h> +#include <libedataserver/e-account-list.h> #include <e-util/e-icon-factory.h> #include <camel/camel-url.h> |