diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-03-30 04:53:17 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-30 04:53:17 +0800 |
commit | 57574f0be32f05aeaa19b71b452d690ed3edbdff (patch) | |
tree | a3992f76fdab26184ec3bfc5329f82d153437bd1 /mail/mail.h | |
parent | fe962a2055234adf407999f0557ae25441ca5c35 (diff) | |
download | gsoc2013-evolution-57574f0be32f05aeaa19b71b452d690ed3edbdff.tar.gz gsoc2013-evolution-57574f0be32f05aeaa19b71b452d690ed3edbdff.tar.zst gsoc2013-evolution-57574f0be32f05aeaa19b71b452d690ed3edbdff.zip |
Cleaned up #includes. Remove unneccesary includes of <gnome.h>,
2001-03-29 Kjartan Maraas <kmaraas@gnome.org>
* *.*: Cleaned up #includes. Remove unneccesary includes of
<gnome.h>, <gtk/gtk.h>, <bonobo.h> 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
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mail.h b/mail/mail.h index ed90d4024e..f0f2fa0ee6 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -19,10 +19,11 @@ /* This file is a F*CKING MESS. Shame to us! */ -#include <gtkhtml/gtkhtml.h> #include <libgnomevfs/gnome-vfs-mime-handlers.h> -#include "camel/camel.h" -#include "composer/e-msg-composer.h" +#include <gtkhtml/gtkhtml.h> +#include <camel/camel.h> +#include <composer/e-msg-composer.h> +#include <shell/evolution-storage.h> #include "mail-accounts.h" #include "mail-account-editor.h" #include "mail-callbacks.h" @@ -31,7 +32,6 @@ /*#include "folder-browser.h"*/ #include "mail-session.h" #include "mail-types.h" -#include "shell/evolution-storage.h" extern char *evolution_dir; |