diff options
author | Milan Crha <mcrha@redhat.com> | 2011-05-27 21:23:07 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-05-27 21:23:07 +0800 |
commit | 756c8abcb840b8da588031f4a0d7e1fc979fab70 (patch) | |
tree | 919583d7fafd616a7f3645476ad8d91872048c54 /modules/mail/em-account-prefs.c | |
parent | 1993a293b1704a09d501c92b938608b115676c0c (diff) | |
download | gsoc2013-evolution-756c8abcb840b8da588031f4a0d7e1fc979fab70.tar.gz gsoc2013-evolution-756c8abcb840b8da588031f4a0d7e1fc979fab70.tar.zst gsoc2013-evolution-756c8abcb840b8da588031f4a0d7e1fc979fab70.zip |
Bug #646109 - Fix use of include <config.h> to make sure translations work
Diffstat (limited to 'modules/mail/em-account-prefs.c')
-rw-r--r-- | modules/mail/em-account-prefs.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <config.h> #endif +#include "em-account-prefs.h" + #include <glib/gi18n.h> #include "e-util/e-alert-dialog.h" |