From 57574f0be32f05aeaa19b71b452d690ed3edbdff Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 29 Mar 2001 20:53:17 +0000 Subject: Cleaned up #includes. Remove unneccesary includes of , 2001-03-29 Kjartan Maraas * *.*: Cleaned up #includes. Remove unneccesary includes of , , and replaced with more fine grained headers where needed. Also marked a bunch of strings for translations and added some missing prototypes. svn path=/trunk/; revision=9025 --- mail/mail-format.c | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'mail/mail-format.c') diff --git a/mail/mail-format.c b/mail/mail-format.c index f6a145294e..6cc6cccc1c 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -23,24 +23,29 @@ * */ +#ifdef HAVE_CONFIG_H #include +#endif + +#include /* for isprint */ +#include /* for strstr */ +#include + +#include +#include +#include +#include +#include + +#include +#include +#include + #include "mail.h" #include "mail-tools.h" #include "mail-display.h" #include "mail-crypto.h" #include "mail-mt.h" -#include "shell/e-setup.h" -#include "e-util/e-html-utils.h" -#include -#include -#include -#include -#include -#include - -#include /* for isprint */ -#include /* for strstr */ -#include static char *get_data_wrapper_text (CamelDataWrapper *data); -- cgit v1.2.3