diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-01-06 14:40:44 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-06 14:40:44 +0800 |
commit | 2dabbc64ae1be8c96c034f4f03ad7480d7d072a4 (patch) | |
tree | d09ae00589b47adcaf2af969d9717b85f2a09361 /composer/e-msg-composer-hdrs.h | |
parent | 4cf87ae15af7b20d8d459d6d5ec7625308d8707d (diff) | |
download | gsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.tar.gz gsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.tar.zst gsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.zip |
use libedataserver/e-account.h instead of e-util/e-account.h. use
2006-01-06 Simon Zheng <simon.zheng@sun.com>
* e-msg-composer-hdrs.h: use libedataserver/e-account.h
instead of e-util/e-account.h.
* evolution-composer.c: use libedataserver/e-account-list.h
instead of e-util/e-account-list.h.
svn path=/trunk/; revision=31074
Diffstat (limited to 'composer/e-msg-composer-hdrs.h')
-rw-r--r-- | composer/e-msg-composer-hdrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer-hdrs.h b/composer/e-msg-composer-hdrs.h index 843b06526d..8dc9387243 100644 --- a/composer/e-msg-composer-hdrs.h +++ b/composer/e-msg-composer-hdrs.h @@ -29,7 +29,7 @@ #include <bonobo/bonobo-ui-component.h> -#include <e-util/e-account.h> +#include <libedataserver/e-account.h> #include <camel/camel-mime-message.h> #include <libebook/e-destination.h> |