diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-04-26 03:18:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:42 +0800 |
commit | 9385743236e2682b79b4c392efa7a636250ab7cd (patch) | |
tree | e5c58f1dafaee269a887d70dcbcc768d31e21a0e /plugins | |
parent | f8528336dae4f71a43874b8304bbbb3d76e0b5a0 (diff) | |
download | gsoc2013-evolution-9385743236e2682b79b4c392efa7a636250ab7cd.tar.gz gsoc2013-evolution-9385743236e2682b79b4c392efa7a636250ab7cd.tar.zst gsoc2013-evolution-9385743236e2682b79b4c392efa7a636250ab7cd.zip |
Adapt email-custom-header plugin to the new ESource API.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/email-custom-header/email-custom-header.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/email-custom-header/email-custom-header.c b/plugins/email-custom-header/email-custom-header.c index f6db2c2a35..c0428a83a3 100644 --- a/plugins/email-custom-header/email-custom-header.c +++ b/plugins/email-custom-header/email-custom-header.c @@ -30,7 +30,6 @@ #include "mail/em-utils.h" #include "mail/em-event.h" #include "composer/e-msg-composer.h" -#include "libedataserver/e-account.h" #include "e-util/e-config.h" #include "e-util/e-util.h" #include "email-custom-header.h" |