diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 23:12:08 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:21 +0800 |
commit | f043e3c748ad0a6e622b4b37ec990b06770ed75e (patch) | |
tree | 568d4cda01a5580f5838dacdfe550f1acc806e96 /calendar/gui/e-cal-config.h | |
parent | 7132d0f0c2b8494b3962792cd77ce3fcb5313687 (diff) | |
download | gsoc2013-evolution-f043e3c748ad0a6e622b4b37ec990b06770ed75e.tar.gz gsoc2013-evolution-f043e3c748ad0a6e622b4b37ec990b06770ed75e.tar.zst gsoc2013-evolution-f043e3c748ad0a6e622b4b37ec990b06770ed75e.zip |
Including <glib-object.h> directly is rarely needed.
Diffstat (limited to 'calendar/gui/e-cal-config.h')
-rw-r--r-- | calendar/gui/e-cal-config.h | 2 |
1 files changed, 0 insertions, 2 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" |