diff options
Diffstat (limited to 'addressbook/backend/pas/pas-book.h')
-rw-r--r-- | addressbook/backend/pas/pas-book.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/backend/pas/pas-book.h b/addressbook/backend/pas/pas-book.h index 8d92f6a266..094df79857 100644 --- a/addressbook/backend/pas/pas-book.h +++ b/addressbook/backend/pas/pas-book.h @@ -14,14 +14,14 @@ #include <bonobo/bonobo-object.h> #include <libgnome/gnome-defs.h> -#include <addressbook.h> -#include <pas-book-view.h> +#include <pas/addressbook.h> +#include <pas/pas-book-view.h> typedef struct _PASBook PASBook; typedef struct _PASBookPrivate PASBookPrivate; -#include <pas-backend.h> -#include <pas-card-cursor.h> +#include <pas/pas-backend.h> +#include <pas/pas-card-cursor.h> typedef enum { CreateCard, |