diff options
Diffstat (limited to 'addressbook/backend/pas/pas-backend-file.c')
-rw-r--r-- | addressbook/backend/pas/pas-backend-file.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index 02ad7866b2..a1435f9251 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -16,11 +16,11 @@ #include <db.h> #endif -#include <pas-backend-file.h> -#include <pas-book.h> -#include <pas-card-cursor.h> -#include <e-card.h> -#include <e-sexp.h> +#include "pas-backend-file.h" +#include "pas-book.h" +#include "pas-card-cursor.h" +#include <ebook/e-card.h> +#include <e-util/e-sexp.h> #define PAS_BACKEND_FILE_VERSION_NAME "PAS-DB-VERSION" #define PAS_BACKEND_FILE_VERSION "0.1" |