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-junk.h | |
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-junk.h')
-rw-r--r-- | mail/em-junk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-junk.h b/mail/em-junk.h index 79493caf2f..978f5ece7d 100644 --- a/mail/em-junk.h +++ b/mail/em-junk.h @@ -25,9 +25,8 @@ #ifndef EM_JUNK_H #define EM_JUNK_H +#include <camel/camel.h> #include <e-util/e-plugin.h> -#include <camel/camel-junk-plugin.h> -#include <camel/camel-mime-message.h> #define EM_JUNK_ERROR (em_junk_error_quark ()) |