diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-06 18:56:00 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-06 18:56:00 +0800 |
commit | 25be57f4016fd235377bec8d3d7758f7c46a7846 (patch) | |
tree | b34a624a9f043e0a2b3f81335d0c3fbfdb886798 /addressbook/backend/ebook/e-destination.c | |
parent | 01044271e5c892367d6b51680ca63cec154d42f9 (diff) | |
download | gsoc2013-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/backend/ebook/e-destination.c')
-rw-r--r-- | addressbook/backend/ebook/e-destination.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 |