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 /mail/em-format-html.c | |
parent | 6ea092ac02df94ea04d471b0e49d833cb374d655 (diff) | |
download | gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.tar.gz gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.tar.zst gsoc2013-evolution-fabb6b035c40673e7c263040db323d6b7607606e.zip |
Only #include Camel's top-level header.
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index a8ffc2fca1..3e9a26afca 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -54,25 +54,6 @@ #include <glib/gi18n.h> -#include <camel/camel-iconv.h> -#include <camel/camel-mime-message.h> -#include <camel/camel-stream.h> -#include <camel/camel-stream-filter.h> -#include <camel/camel-mime-filter.h> -#include <camel/camel-mime-filter-tohtml.h> -#include <camel/camel-mime-filter-enriched.h> -#include <camel/camel-mime-filter-basic.h> -#include <camel/camel-gpg-context.h> -#include <camel/camel-cipher-context.h> -#include <camel/camel-multipart.h> -#include <camel/camel-stream-mem.h> -#include <camel/camel-url.h> -#include <camel/camel-stream-fs.h> -#include <camel/camel-string-utils.h> -#include <camel/camel-http-stream.h> -#include <camel/camel-data-cache.h> -#include <camel/camel-file-utils.h> - #include "mail-config.h" #include "mail-mt.h" @@ -1538,7 +1519,6 @@ efh_object_requested(GtkHTML *html, GtkHTMLEmbedded *eb, EMFormatHTML *efh) /* ********************************************************************** */ #include "em-inline-filter.h" -#include <camel/camel-stream-null.h> /* FIXME: This is duplicated in em-format-html-display, should be exported or in security module */ static const struct { |