From 804a46b77ed71f98610e78cfff64e2b938e685a1 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 14 Aug 2001 06:51:13 +0000 Subject: Fixed two const warnings here. 2001-08-14 Christopher James Lahey * gui/component/addressbook.c (addressbook_factory_new_control): (addressbook_query_changed): Fixed two const warnings here. * printing/e-contact-print-envelope.c, printing/e-contact-print-envelope.h: Fixed some missing includes here. svn path=/trunk/; revision=11994 --- addressbook/printing/e-contact-print-envelope.c | 6 +++++- addressbook/printing/e-contact-print-envelope.h | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook/printing') diff --git a/addressbook/printing/e-contact-print-envelope.c b/addressbook/printing/e-contact-print-envelope.c index d2334e2b67..057ae63b9e 100644 --- a/addressbook/printing/e-contact-print-envelope.c +++ b/addressbook/printing/e-contact-print-envelope.c @@ -20,6 +20,11 @@ * Boston, MA 02111-1307, USA. */ +#include +#include "addressbook/printing/e-contact-print-envelope.h" +#include +#include +#include #include #include #include @@ -28,7 +33,6 @@ #include #include "addressbook/backend/ebook/e-card.h" #include "addressbook/backend/ebook/e-card-simple.h" -#include "addressbook/printing/e-contact-print-envelope.h" #define ENVELOPE_HEIGHT (72.0 * 4.0) #define ENVELOPE_WIDTH (72.0 * 9.5) diff --git a/addressbook/printing/e-contact-print-envelope.h b/addressbook/printing/e-contact-print-envelope.h index 84238c2c9c..9197d4452d 100644 --- a/addressbook/printing/e-contact-print-envelope.h +++ b/addressbook/printing/e-contact-print-envelope.h @@ -24,6 +24,7 @@ #define E_CONTACT_PRINT_ENVELOPE_H #include +#include #include "e-contact-print-types.h" GtkWidget *e_contact_print_envelope_dialog_new(ECard *card); -- cgit v1.2.3