diff options
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor.h | 4 | ||||
-rw-r--r-- | addressbook/contact-editor/e-contact-save-as.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/contact-editor/e-contact-editor.h b/addressbook/contact-editor/e-contact-editor.h index de14b84ca3..4e47b5bd93 100644 --- a/addressbook/contact-editor/e-contact-editor.h +++ b/addressbook/contact-editor/e-contact-editor.h @@ -24,8 +24,8 @@ #include <gnome.h> #include <glade/glade.h> #include <bonobo.h> -#include <ebook/e-card.h> -#include <ebook/e-card-simple.h> +#include "addressbook/backend/ebook/e-card.h" +#include "addressbook/backend/ebook/e-card-simple.h" #ifdef __cplusplus extern "C" { diff --git a/addressbook/contact-editor/e-contact-save-as.h b/addressbook/contact-editor/e-contact-save-as.h index e6af13e8fd..d1c84dc596 100644 --- a/addressbook/contact-editor/e-contact-save-as.h +++ b/addressbook/contact-editor/e-contact-save-as.h @@ -23,8 +23,8 @@ #include <gnome.h> #include <glade/glade.h> -#include <ebook/e-card.h> -#include <ebook/e-card-simple.h> +#include "addressbook/backend/ebook/e-card.h" +#include "addressbook/backend/ebook/e-card-simple.h" #ifdef __cplusplus extern "C" { |