aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-util.h1
-rw-r--r--e-util/e-xml-utils.c5
2 files changed, 2 insertions, 4 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 3e861ed673..374c41693a 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -2,7 +2,6 @@
#define _E_UTIL_H_
#include <sys/types.h>
-#include <glib.h>
#include <gtk/gtktypeutils.h>
#ifdef __cplusplus
diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c
index e25e2dc497..e25f159f4b 100644
--- a/e-util/e-xml-utils.c
+++ b/e-util/e-xml-utils.c
@@ -24,13 +24,12 @@
#include "e-xml-utils.h"
-#include "gal/util/e-i18n.h"
-#include <glib.h>
#include <locale.h>
#include <math.h>
+#include <string.h>
#include <gnome-xml/parser.h>
#include <gnome-xml/xmlmemory.h>
-#include <libgnome/libgnome.h>
+#include "gal/util/e-i18n.h"
xmlNode *
e_xml_get_child_by_name (const xmlNode *parent, const xmlChar *child_name)