aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-02-05 22:36:47 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-05 22:36:47 +0800
commit5017e3175fabbd56b3ee9434b8a32ea3948cfe57 (patch)
treeb0ee948156fb8b8020f2f767a657135420bfc347
parent5738d07c05f9beea4e4dbf284d7de20c041d57b7 (diff)
downloadgsoc2013-evolution-5017e3175fabbd56b3ee9434b8a32ea3948cfe57.tar
gsoc2013-evolution-5017e3175fabbd56b3ee9434b8a32ea3948cfe57.tar.gz
gsoc2013-evolution-5017e3175fabbd56b3ee9434b8a32ea3948cfe57.tar.bz2
gsoc2013-evolution-5017e3175fabbd56b3ee9434b8a32ea3948cfe57.tar.lz
gsoc2013-evolution-5017e3175fabbd56b3ee9434b8a32ea3948cfe57.tar.xz
gsoc2013-evolution-5017e3175fabbd56b3ee9434b8a32ea3948cfe57.tar.zst
gsoc2013-evolution-5017e3175fabbd56b3ee9434b8a32ea3948cfe57.zip
Rearranged the includes here a bit.
2001-02-05 Christopher James Lahey <clahey@helixcode.com> * gal/util/e-xml-utils.c: Rearranged the includes here a bit. svn path=/trunk/; revision=7969
-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;
}
-