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-crypto.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mail/mail-crypto.c') diff --git a/mail/mail-crypto.c b/mail/mail-crypto.c index 2d21a2e2d8..0a5d1b06ee 100644 --- a/mail/mail-crypto.c +++ b/mail/mail-crypto.c @@ -20,16 +20,18 @@ * */ - +#ifdef HAVE_CONFIG_H #include +#endif #include #include +#include + #include "mail-crypto.h" #include "mail-session.h" -#include /** rfc2015 stuff (aka PGP/MIME) *******************************/ -- cgit v1.2.3