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 /calendar | |
parent | 394e580dfdb04342c2e457ced400908e4dd5c88e (diff) | |
download | gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.gz gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.zst gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.zip |
Including <glib-object.h> directly is rarely needed.
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/e-cal-config.h | 2 | ||||
-rw-r--r-- | calendar/gui/e-cal-event.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/e-cal-config.h b/calendar/gui/e-cal-config.h index f92886b1f8..7751c3e42f 100644 --- a/calendar/gui/e-cal-config.h +++ b/calendar/gui/e-cal-config.h @@ -24,8 +24,6 @@ #ifndef __E_CAL_CONFIG_H__ #define __E_CAL_CONFIG_H__ -#include <glib-object.h> - #include <libecal/e-cal.h> #include "e-util/e-config.h" diff --git a/calendar/gui/e-cal-event.h b/calendar/gui/e-cal-event.h index ada03b7bca..d67342e190 100644 --- a/calendar/gui/e-cal-event.h +++ b/calendar/gui/e-cal-event.h @@ -24,7 +24,6 @@ #ifndef __E_CAL_EVENT_H__ #define __E_CAL_EVENT_H__ -#include <glib-object.h> #include <libedataserver/e-source-list.h> #include "e-util/e-event.h" |