aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2005-12-18 01:09:34 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-18 01:09:34 +0800
commitf2beba850d765568e27b358f12d942de8ef5a3ae (patch)
tree7cb44b48ef255d55a234d8e7ba56bf8bbb0c3dce
parentf53ba44b55c774b9f620bb07bc3d0d558c84ea39 (diff)
downloadgsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.tar
gsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.tar.gz
gsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.tar.bz2
gsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.tar.lz
gsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.tar.xz
gsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.tar.zst
gsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.zip
Nah, don't include <libedataserver/e-xml-utils.h> here. Just edit the
users of the functions that moved there include it instead of, or in addition to, "e-util/e-xml-utils.h". svn path=/trunk/; revision=30829
-rw-r--r--e-util/ChangeLog2
-rw-r--r--e-util/e-xml-utils.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index cf0b0f967f..850206edd7 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -31,8 +31,6 @@
* e-xml-utils.c (e_xml_get_child_by_name, e_xml_save_file): Remove
these functions that are now in libedataserver/e-xml-utils.c
- * e-xml-utils.h: Include libedataserver/e-xml-utils.h.
-
* eggtrayicon.c: For building on Win32 against GTK+ 2.8, include a
copy of the GtkStatusIcon code from GTK+ HEAD (i.e., what will be
GTK+ 2.10) and some helper functions from gdk/win32. Eventually
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h
index 501a643fea..3a13112f53 100644
--- a/e-util/e-xml-utils.h
+++ b/e-util/e-xml-utils.h
@@ -28,8 +28,6 @@
#include <libxml/tree.h>
-#include <libedataserver/e-xml-utils.h>
-
G_BEGIN_DECLS
/* lang set to NULL means use the current locale. */