diff options
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 |