aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-xml-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c
index 8a931d07f6..3c5fd5f9ee 100644
--- a/e-util/e-xml-utils.c
+++ b/e-util/e-xml-utils.c
@@ -20,9 +20,10 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+#include "gal/util/e-i18n.h"
#include <locale.h>
#include <libgnome/libgnome.h>
-#include "gal/util/e-i18n.h"
#include <math.h>
#include <gnome-xml/parser.h>
#include <gnome-xml/xmlmemory.h>
@@ -375,4 +376,3 @@ e_xml_get_translated_string_prop_by_name (const xmlNode *parent, const xmlChar *
}
return ret_val;
}
-