aboutsummaryrefslogtreecommitdiffstats
path: root/mail/openpgp-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/openpgp-utils.c')
-rw-r--r--mail/openpgp-utils.c11
1 files changed, 7 insertions, 4 deletions
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 <config.h>
+#include <config.h>
#endif
-#include <gnome.h> /* for _() macro */
-#include "openpgp-utils.h"
-#include "mail-session.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -50,6 +47,12 @@
#include <iconv.h>
+#include <glib.h>
+#include <libgnome/gnome-defs.h>
+#include <libgnome/gnome-i18n.h> /* for _() macro */
+#include "openpgp-utils.h"
+#include "mail-session.h"
+
#define d(x)
struct _PgpValidity {