From 57574f0be32f05aeaa19b71b452d690ed3edbdff Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 29 Mar 2001 20:53:17 +0000 Subject: Cleaned up #includes. Remove unneccesary includes of , 2001-03-29 Kjartan Maraas * *.*: Cleaned up #includes. Remove unneccesary includes of , , and replaced with more fine grained headers where needed. Also marked a bunch of strings for translations and added some missing prototypes. svn path=/trunk/; revision=9025 --- mail/component-factory.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 3485919cce..791faf201b 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -25,7 +25,8 @@ #include #endif -#include +#include +#include #include "camel.h" @@ -36,6 +37,7 @@ #include "evolution-shell-component.h" #include "folder-browser.h" #include "mail.h" /* YUCK FIXME */ +#include "mail-config.h" #include "mail-tools.h" #include "mail-ops.h" #include "mail-local.h" @@ -44,7 +46,6 @@ #include "mail-importer.h" #include "mail-vfolder.h" /* vfolder_create_storage */ #include "openpgp-utils.h" -#include #include "component-factory.h" -- cgit v1.2.3