From 19de6b40b6a2a399c317728d304c0b005c7ceb0b Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 26 Apr 2000 14:56:47 +0000 Subject: move #include above the others because it was getting wigged out on a solaris build. svn path=/trunk/; revision=2634 --- e-util/e-xml-utils.c | 3 ++- e-util/e-xml-utils.c-56826 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'e-util') diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c index 250451f148..7e88dbaedd 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 #include "e-xml-utils.h" #include -#include + xmlNode *e_xml_get_child_by_name(xmlNode *parent, xmlChar *child_name) { diff --git a/e-util/e-xml-utils.c-56826 b/e-util/e-xml-utils.c-56826 index 250451f148..7e88dbaedd 100644 --- a/e-util/e-xml-utils.c-56826 +++ b/e-util/e-xml-utils.c-56826 @@ -20,9 +20,10 @@ * Boston, MA 02111-1307, USA. */ +#include #include "e-xml-utils.h" #include -#include + xmlNode *e_xml_get_child_by_name(xmlNode *parent, xmlChar *child_name) { -- cgit v1.2.3