diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-07 01:16:22 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-07 01:16:22 +0800 |
commit | 2ef945c6e2ef11c4269a3729a9df7c824b0408e5 (patch) | |
tree | c4b55c31c44509c9fb3ab19a71e7a57edbecd6f0 /mail/mail-identify.c | |
parent | 6ccb0487b00f9d7a4154af10ad8e4ed85e7be382 (diff) | |
download | gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.gz gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.zst gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.zip |
consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and
* mail.h: consolidate mail-format.h, mail-identify.h, mail-ops.h,
main.h and session.h into this new file. There's no reason to have
a .h for every .c.
svn path=/trunk/; revision=2830
Diffstat (limited to 'mail/mail-identify.c')
-rw-r--r-- | mail/mail-identify.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/mail-identify.c b/mail/mail-identify.c index 244bd7d013..8b8e61487d 100644 --- a/mail/mail-identify.c +++ b/mail/mail-identify.c @@ -29,8 +29,7 @@ #include <glib.h> #include <libgnome/libgnome.h> -#include "camel/camel.h" -#include "mail-identify.h" +#include "mail.h" /** * mail_identify_mime_part: @@ -44,7 +43,6 @@ mail_identify_mime_part (CamelMimePart *part) { GMimeContentField *content_type; const char *filename, *type; - CamelMimePartEncodingType encoding; content_type = camel_mime_part_get_content_type (part); |