From ce83d43867233d1180ec1a0cd3fb2cc58d286355 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Sat, 11 Aug 2001 15:41:37 +0000 Subject: Add headers to make it stand on itw own. Marked some strings for 2001-08-11 Kjartan Maraas * printing/e-contact-print.h: Add headers to make it stand on itw own. * printing/e-contact-print.c: Marked some strings for translation. svn path=/trunk/; revision=11913 --- addressbook/ChangeLog | 1 + addressbook/printing/e-contact-print.c | 6 ++++-- addressbook/printing/e-contact-print.h | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7e047f3a09..98dd5b8163 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,6 @@ 2001-08-11 Kjartan Maraas + * printing/e-contact-print.h: Add headers to make it stand on itw own. * printing/e-contact-print.c: Marked some strings for translation. * printing/e-contact-print-envelope.c: Same here. diff --git a/addressbook/printing/e-contact-print.c b/addressbook/printing/e-contact-print.c index 7810b6067b..1d3c48a38a 100644 --- a/addressbook/printing/e-contact-print.c +++ b/addressbook/printing/e-contact-print.c @@ -20,6 +20,8 @@ * Boston, MA 02111-1307, USA. */ +#include +#include "e-contact-print.h" #include #include @@ -28,8 +30,9 @@ #include #include #include -#include #include +#include +#include #include #include #include @@ -40,7 +43,6 @@ #include #include #include -#include "e-contact-print.h" #define SCALE 5 #define HYPHEN_PIXELS 20 diff --git a/addressbook/printing/e-contact-print.h b/addressbook/printing/e-contact-print.h index a5f13f1097..b4060c64ab 100644 --- a/addressbook/printing/e-contact-print.h +++ b/addressbook/printing/e-contact-print.h @@ -23,7 +23,10 @@ #ifndef E_CONTACT_PRINT_H #define E_CONTACT_PRINT_H +#include +#include #include +#include #include "e-contact-print-types.h" GtkWidget *e_contact_print_dialog_new(EBook *book, char *query); -- cgit v1.2.3