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/subscribe-dialog.h | |
parent | fe962a2055234adf407999f0557ae25441ca5c35 (diff) | |
download | gsoc2013-evolution-57574f0be32f05aeaa19b71b452d690ed3edbdff.tar gsoc2013-evolution-57574f0be32f05aeaa19b71b452d690ed3edbdff.tar.gz gsoc2013-evolution-57574f0be32f05aeaa19b71b452d690ed3edbdff.tar.bz2 gsoc2013-evolution-57574f0be32f05aeaa19b71b452d690ed3edbdff.tar.lz gsoc2013-evolution-57574f0be32f05aeaa19b71b452d690ed3edbdff.tar.xz 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/subscribe-dialog.h')
-rw-r--r-- | mail/subscribe-dialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/subscribe-dialog.h b/mail/subscribe-dialog.h index 444a2ca548..c37c93080f 100644 --- a/mail/subscribe-dialog.h +++ b/mail/subscribe-dialog.h @@ -24,14 +24,14 @@ #ifndef _SUBSCRIBE_DIALOG_H_ #define _SUBSCRIBE_DIALOG_H_ -#include "mail-types.h" -#include "camel/camel-store.h" #include <gtk/gtktable.h> -#include <gal/e-table/e-tree-model.h> -#include <gal/e-table/e-table-model.h> #include <bonobo/bonobo-control.h> #include <bonobo/bonobo-property-bag.h> +#include <gal/e-table/e-tree-model.h> +#include <gal/e-table/e-table-model.h> #include "shell/evolution-storage.h" +#include "mail-types.h" +#include "camel/camel-store.h" #define SUBSCRIBE_DIALOG_TYPE (subscribe_dialog_get_type ()) #define SUBSCRIBE_DIALOG(o) (GTK_CHECK_CAST ((o), SUBSCRIBE_DIALOG_TYPE, SubscribeDialog)) |