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
This commit is contained in:
Christopher James Lahey
2001-02-05 14:36:47 +00:00
committed by Chris Lahey
parent 5738d07c05
commit 5017e3175f

View File

@ -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;
}