diff options
Diffstat (limited to 'addressbook/backend/ebook/e-card.c')
-rw-r--r-- | addressbook/backend/ebook/e-card.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/backend/ebook/e-card.c b/addressbook/backend/ebook/e-card.c index 180b5308fc..683c4add13 100644 --- a/addressbook/backend/ebook/e-card.c +++ b/addressbook/backend/ebook/e-card.c @@ -14,9 +14,9 @@ #include <string.h> #include <gtk/gtk.h> -#include "libversit/vcc.h" -#include <e-card.h> -#include <e-card-pairs.h> +#include <libversit/vcc.h> +#include "e-card.h" +#include "e-card-pairs.h" #define is_a_prop_of(obj,prop) (isAPropertyOf ((obj),(prop))) #define str_val(obj) (the_str = (vObjectValueType (obj))? fakeCString (vObjectUStringZValue (obj)) : calloc (1, 1)) |