diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 23:12:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 23:12:08 +0800 |
commit | de752b010fb47177e91b0fdaba86b8bed0953a23 (patch) | |
tree | 58ba1f9e6936e38c122312fb30654769fdcc168c /mail | |
parent | 394e580dfdb04342c2e457ced400908e4dd5c88e (diff) | |
download | gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.gz gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.bz2 gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.lz gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.xz gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.zst gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.zip |
Including <glib-object.h> directly is rarely needed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-tab-picker.h | 1 | ||||
-rw-r--r-- | mail/e-mail-tab.h | 1 | ||||
-rw-r--r-- | mail/em-event.h | 2 | ||||
-rw-r--r-- | mail/mail-folder-cache.c | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/mail/e-mail-tab-picker.h b/mail/e-mail-tab-picker.h index 0ee2c68fb1..5d6ae61182 100644 --- a/mail/e-mail-tab-picker.h +++ b/mail/e-mail-tab-picker.h @@ -19,7 +19,6 @@ #ifndef _E_MAIL_TAB_PICKER_H #define _E_MAIL_TAB_PICKER_H -#include <glib-object.h> #include <clutter/clutter.h> #include <mx/mx.h> #include "e-mail-tab.h" diff --git a/mail/e-mail-tab.h b/mail/e-mail-tab.h index 55d69b8ba7..b8f9abf18e 100644 --- a/mail/e-mail-tab.h +++ b/mail/e-mail-tab.h @@ -19,7 +19,6 @@ #ifndef _E_MAIL_TAB_H #define _E_MAIL_TAB_H -#include <glib-object.h> #include <clutter/clutter.h> #include <mx/mx.h> diff --git a/mail/em-event.h b/mail/em-event.h index 644ba211ef..f1cd25c59c 100644 --- a/mail/em-event.h +++ b/mail/em-event.h @@ -24,8 +24,6 @@ #ifndef EM_EVENT_H #define EM_EVENT_H -#include <glib-object.h> - #include "e-util/e-event.h" #include "composer/e-msg-composer.h" diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c index 5832a2088c..39dce1f0bb 100644 --- a/mail/mail-folder-cache.c +++ b/mail/mail-folder-cache.c @@ -36,7 +36,6 @@ #include <time.h> #include <glib/gi18n.h> -#include <glib-object.h> #include <glib/gstdio.h> #include <libedataserver/e-data-server-util.h> |