aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-06 18:56:00 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-06 18:56:00 +0800
commit25be57f4016fd235377bec8d3d7758f7c46a7846 (patch)
treeb34a624a9f043e0a2b3f81335d0c3fbfdb886798 /addressbook
parent01044271e5c892367d6b51680ca63cec154d42f9 (diff)
downloadgsoc2013-evolution-25be57f4016fd235377bec8d3d7758f7c46a7846.tar
gsoc2013-evolution-25be57f4016fd235377bec8d3d7758f7c46a7846.tar.gz
gsoc2013-evolution-25be57f4016fd235377bec8d3d7758f7c46a7846.tar.bz2
gsoc2013-evolution-25be57f4016fd235377bec8d3d7758f7c46a7846.tar.lz
gsoc2013-evolution-25be57f4016fd235377bec8d3d7758f7c46a7846.tar.xz
gsoc2013-evolution-25be57f4016fd235377bec8d3d7758f7c46a7846.tar.zst
gsoc2013-evolution-25be57f4016fd235377bec8d3d7758f7c46a7846.zip
fix the gnome-xml headers.
2002-11-06 Chris Toshok <toshok@ximian.com> * backend/ebook/e-destination.[ch]: fix the gnome-xml headers. svn path=/trunk/; revision=18599
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/backend/ebook/e-destination.c5
-rw-r--r--addressbook/backend/ebook/e-destination.h2
3 files changed, 8 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 9fd3dfeb62..886fce8775 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,9 @@
2002-11-06 Chris Toshok <toshok@ximian.com>
+ * backend/ebook/e-destination.[ch]: fix the gnome-xml headers.
+
+2002-11-06 Chris Toshok <toshok@ximian.com>
+
* gui/widgets/gal-view-minicard.c: fix the gnome-xml headers.
* gui/widgets/e-addressbook-view.c
diff --git a/addressbook/backend/ebook/e-destination.c b/addressbook/backend/ebook/e-destination.c
index ec2b24f8a1..3d5f88acab 100644
--- a/addressbook/backend/ebook/e-destination.c
+++ b/addressbook/backend/ebook/e-destination.c
@@ -34,8 +34,9 @@
#include "e-book-marshal.h"
#include "e-book-util.h"
#include <gal/widgets/e-unicode.h>
-#include <gnome-xml/parser.h>
-#include <gnome-xml/xmlmemory.h>
+
+#include <glib.h>
+#include <libxml/xmlmemory.h>
#include <camel/camel-internet-address.h>
#define d(x) x
diff --git a/addressbook/backend/ebook/e-destination.h b/addressbook/backend/ebook/e-destination.h
index 68ae1a4018..eb8257fb12 100644
--- a/addressbook/backend/ebook/e-destination.h
+++ b/addressbook/backend/ebook/e-destination.h
@@ -31,7 +31,7 @@
#include <glib-object.h>
#include <ebook/e-card.h>
#include <ebook/e-book.h>
-#include <gnome-xml/tree.h>
+#include <libxml/tree.h>
#define E_TYPE_DESTINATION (e_destination_get_type ())
#define E_DESTINATION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_TYPE_DESTINATION, EDestination))