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/openpgp-utils.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'mail/openpgp-utils.c') diff --git a/mail/openpgp-utils.c b/mail/openpgp-utils.c index ff74596f6c..c68797c398 100644 --- a/mail/openpgp-utils.c +++ b/mail/openpgp-utils.c @@ -23,12 +23,9 @@ #ifdef HAVE_CONFIG_H -# include +#include #endif -#include /* for _() macro */ -#include "openpgp-utils.h" -#include "mail-session.h" #include #include #include @@ -50,6 +47,12 @@ #include +#include +#include +#include /* for _() macro */ +#include "openpgp-utils.h" +#include "mail-session.h" + #define d(x) struct _PgpValidity { -- cgit v1.2.3