From 756c8abcb840b8da588031f4a0d7e1fc979fab70 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 27 May 2011 15:23:07 +0200 Subject: Bug #646109 - Fix use of include to make sure translations work --- modules/mail/em-account-prefs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mail/em-account-prefs.c') diff --git a/modules/mail/em-account-prefs.c b/modules/mail/em-account-prefs.c index b5c458385c..1caf517363 100644 --- a/modules/mail/em-account-prefs.c +++ b/modules/mail/em-account-prefs.c @@ -24,12 +24,12 @@ * have access to. The desire is to someday move account management * completely out of the mailer, perhaps to evolution-data-server. */ -#include "em-account-prefs.h" - #ifdef HAVE_CONFIG_H #include #endif +#include "em-account-prefs.h" + #include #include "e-util/e-alert-dialog.h" -- cgit v1.2.3