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-account-editor.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-account-editor.c')
-rw-r--r-- | mail/em-account-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 390f092148..f9b417109f 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -70,7 +70,7 @@ #include <e-util/e-account-list.h> #include <e-util/e-signature-list.h> -#include <widgets/misc/e-error.h> +#include "e-util/e-error.h" #include "em-config.h" #include "em-folder-selection-button.h" |