From 25be57f4016fd235377bec8d3d7758f7c46a7846 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 6 Nov 2002 10:56:00 +0000 Subject: fix the gnome-xml headers. 2002-11-06 Chris Toshok * backend/ebook/e-destination.[ch]: fix the gnome-xml headers. svn path=/trunk/; revision=18599 --- addressbook/ChangeLog | 4 ++++ addressbook/backend/ebook/e-destination.c | 5 +++-- addressbook/backend/ebook/e-destination.h | 2 +- 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,3 +1,7 @@ +2002-11-06 Chris Toshok + + * backend/ebook/e-destination.[ch]: fix the gnome-xml headers. + 2002-11-06 Chris Toshok * gui/widgets/gal-view-minicard.c: fix the gnome-xml headers. 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 -#include -#include + +#include +#include #include #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 #include #include -#include +#include #define E_TYPE_DESTINATION (e_destination_get_type ()) #define E_DESTINATION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_TYPE_DESTINATION, EDestination)) -- cgit