diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 22:18:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:21 +0800 |
commit | 7132d0f0c2b8494b3962792cd77ce3fcb5313687 (patch) | |
tree | cdf5ae9b6d1aaf025d648a4f8dc10c3090f2db4c /modules/calendar | |
parent | 63d86c794e104a40e729cedea51d3929f10b0cb9 (diff) | |
download | gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.gz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.bz2 gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.lz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.xz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.zst gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.zip |
Including <glib.h> directly is rarely needed.
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-migrate.h | 1 | ||||
-rw-r--r-- | modules/calendar/e-memo-shell-migrate.h | 1 | ||||
-rw-r--r-- | modules/calendar/e-task-shell-migrate.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/calendar/e-cal-shell-migrate.h b/modules/calendar/e-cal-shell-migrate.h index 359ca5ea22..6c021978a0 100644 --- a/modules/calendar/e-cal-shell-migrate.h +++ b/modules/calendar/e-cal-shell-migrate.h @@ -22,7 +22,6 @@ #ifndef E_CAL_SHELL_BACKEND_MIGRATE_H #define E_CAL_SHELL_BACKEND_MIGRATE_H -#include <glib.h> #include <shell/e-shell-backend.h> G_BEGIN_DECLS diff --git a/modules/calendar/e-memo-shell-migrate.h b/modules/calendar/e-memo-shell-migrate.h index ba163c6950..b75612539f 100644 --- a/modules/calendar/e-memo-shell-migrate.h +++ b/modules/calendar/e-memo-shell-migrate.h @@ -22,7 +22,6 @@ #ifndef E_MEMO_SHELL_BACKEND_MIGRATE_H #define E_MEMO_SHELL_BACKEND_MIGRATE_H -#include <glib.h> #include <shell/e-shell-backend.h> G_BEGIN_DECLS diff --git a/modules/calendar/e-task-shell-migrate.h b/modules/calendar/e-task-shell-migrate.h index 4cb91c9f4a..f33aa82fcc 100644 --- a/modules/calendar/e-task-shell-migrate.h +++ b/modules/calendar/e-task-shell-migrate.h @@ -22,7 +22,6 @@ #ifndef E_TASK_SHELL_BACKEND_MIGRATE_H #define E_TASK_SHELL_BACKEND_MIGRATE_H -#include <glib.h> #include <shell/e-shell-backend.h> G_BEGIN_DECLS |