diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-16 14:15:38 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:15:38 +0800 |
commit | d0f0cfc884a07a6d012ed4bea3631dc246830480 (patch) | |
tree | 67911ed86f20cba887e5216dd52630a598fc4564 /mail/em-composer-utils.c | |
parent | 920c9847e91de5b99f52d84dd2b916daade0234a (diff) | |
download | gsoc2013-evolution-d0f0cfc884a07a6d012ed4bea3631dc246830480.tar.gz gsoc2013-evolution-d0f0cfc884a07a6d012ed4bea3631dc246830480.tar.zst gsoc2013-evolution-d0f0cfc884a07a6d012ed4bea3631dc246830480.zip |
move e-error into e-util/
2005-05-16 Not Zed <NotZed@Ximian.com>
* move e-error into e-util/
svn path=/trunk/; revision=29366
Diffstat (limited to 'mail/em-composer-utils.c')
-rw-r--r-- | mail/em-composer-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c index 7007a318bb..38bcb99a4b 100644 --- a/mail/em-composer-utils.c +++ b/mail/em-composer-utils.c @@ -38,7 +38,7 @@ #include "mail-send-recv.h" #include "mail-component.h" -#include "widgets/misc/e-error.h" +#include "e-util/e-error.h" #include "em-utils.h" #include "em-composer-utils.h" |