diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-03 04:41:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-03 04:59:20 +0800 |
commit | fabb6b035c40673e7c263040db323d6b7607606e (patch) | |
tree | 9a8e69eb428a4e61c88c5fb998c7a46676c09e06 /plugins/hula-account-setup | |
parent | 6ea092ac02df94ea04d471b0e49d833cb374d655 (diff) | |
download | gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.tar gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.tar.gz gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.tar.bz2 gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.tar.lz gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.tar.xz gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.tar.zst gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.zip |
Only #include Camel's top-level header.
Diffstat (limited to 'plugins/hula-account-setup')
-rw-r--r-- | plugins/hula-account-setup/camel-hula-listener.c | 1 | ||||
-rw-r--r-- | plugins/hula-account-setup/camel-hula-listener.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hula-account-setup/camel-hula-listener.c b/plugins/hula-account-setup/camel-hula-listener.c index c54ba99810..68e7c65564 100644 --- a/plugins/hula-account-setup/camel-hula-listener.c +++ b/plugins/hula-account-setup/camel-hula-listener.c @@ -26,6 +26,7 @@ #include <string.h> #include <glib/gi18n.h> +#include <camel/camel.h> #include <libedataserverui/e-passwords.h> #include <libedataserver/e-account.h> #include "camel-hula-listener.h" diff --git a/plugins/hula-account-setup/camel-hula-listener.h b/plugins/hula-account-setup/camel-hula-listener.h index 97c1b33919..3915e4abdb 100644 --- a/plugins/hula-account-setup/camel-hula-listener.h +++ b/plugins/hula-account-setup/camel-hula-listener.h @@ -27,7 +27,6 @@ #include <libedataserver/e-account-list.h> #include<libedataserver/e-source.h> #include<libedataserver/e-source-list.h> -#include <camel/camel-url.h> G_BEGIN_DECLS |