diff options
Diffstat (limited to 'addressbook/backend/ebook/e-card-cursor.h')
-rw-r--r-- | addressbook/backend/ebook/e-card-cursor.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/addressbook/backend/ebook/e-card-cursor.h b/addressbook/backend/ebook/e-card-cursor.h index 3e9523e86f..664abfa268 100644 --- a/addressbook/backend/ebook/e-card-cursor.h +++ b/addressbook/backend/ebook/e-card-cursor.h @@ -13,13 +13,11 @@ #include <libgnome/gnome-defs.h> #include <gtk/gtk.h> #include "addressbook.h" - -typedef struct _ECardCursor ECardCursor; - -#include <e-book.h> +#include "e-card.h" BEGIN_GNOME_DECLS +typedef struct _ECardCursor ECardCursor; typedef struct _ECardCursorPrivate ECardCursorPrivate; typedef struct _ECardCursorClass ECardCursorClass; |