From 8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 5 Feb 2001 23:04:08 +0000 Subject: Moved bonobo includes from the .c to the .h. Include 2001-02-05 Christopher James Lahey * evolution-mbox-importer.c, evolution-mbox-importer.h: Moved bonobo includes from the .c to the .h. Include evolution-mbox-importer.h in evolution-mbox-importer.c. * evolution-outlook-importer.c, evolution-outlook-importer.h: Moved bonobo includes from the .c to the .h. Include evolution-outlook-importer.h in evolution-outlook-importer.c. * mail-callbacks.c: Include mail-send-recv.h. * mail-local.c (mail_local_lookup_folder): Cast local_store to CAMEL_STORE. * mail-mt.c (mail_msg_cleanup): Make this function static. * mail-send-recv.c, mail-send-recv.h: Created mail_send_recv.h. Included it in mail-send-recv.c. Added a #include . (mail_send_receive): Added a cast. * mail-summary.c (new_folder_cb, removed_folder_cb, create_summary_view): Cast the source func in calling g_idle_add. svn path=/trunk/; revision=8002 --- mail/evolution-outlook-importer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/evolution-outlook-importer.h') diff --git a/mail/evolution-outlook-importer.h b/mail/evolution-outlook-importer.h index 4a469f0072..75515d2972 100644 --- a/mail/evolution-outlook-importer.h +++ b/mail/evolution-outlook-importer.h @@ -24,6 +24,9 @@ #ifndef _EVOLUTION_OUTLOOK_IMPORTER_H_ #define _EVOLUTION_OUTLOOK_IMPORTER_H_ +#include +#include + #define OUTLOOK_FACTORY_IID "OAFIID:GNOME_Evolution_Mail_Outlook_ImporterFactory" BonoboObject *outlook_factory_fn (BonoboGenericFactory *_factory, -- cgit