diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-25 00:46:34 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-26 00:04:20 +0800 |
commit | 15f3d87de15cee98cd23745c3ea92fad74506669 (patch) | |
tree | abe76794f973202d31f0b77489daeb5f67226691 /modules/calendar | |
parent | 0dd8c0c1aa685a17ecac73fcd8228cbf6f943d1e (diff) | |
download | gsoc2013-evolution-15f3d87de15cee98cd23745c3ea92fad74506669.tar gsoc2013-evolution-15f3d87de15cee98cd23745c3ea92fad74506669.tar.gz gsoc2013-evolution-15f3d87de15cee98cd23745c3ea92fad74506669.tar.bz2 gsoc2013-evolution-15f3d87de15cee98cd23745c3ea92fad74506669.tar.lz gsoc2013-evolution-15f3d87de15cee98cd23745c3ea92fad74506669.tar.xz gsoc2013-evolution-15f3d87de15cee98cd23745c3ea92fad74506669.tar.zst gsoc2013-evolution-15f3d87de15cee98cd23745c3ea92fad74506669.zip |
ETaskShellSidebar: Remove some unnecessary #includes.
(cherry picked from commit 3573cab310cf9e74a28163e5b8ee1f82b3884af6)
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-task-shell-sidebar.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/calendar/e-task-shell-sidebar.c b/modules/calendar/e-task-shell-sidebar.c index 8c9dc7d02b..46d87c1ecc 100644 --- a/modules/calendar/e-task-shell-sidebar.c +++ b/modules/calendar/e-task-shell-sidebar.c @@ -32,10 +32,6 @@ #include "calendar/gui/e-task-list-selector.h" #include "calendar/gui/misc.h" -#include "e-task-shell-view.h" -#include "e-task-shell-backend.h" -#include "e-task-shell-content.h" - #define E_TASK_SHELL_SIDEBAR_GET_PRIVATE(obj) \ (G_TYPE_INSTANCE_GET_PRIVATE \ ((obj), E_TYPE_TASK_SHELL_SIDEBAR, ETaskShellSidebarPrivate)) |