diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-25 00:45:54 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-25 23:42:03 +0800 |
commit | a2ee4d2b5055181173154b51ec5309c671f0aaf4 (patch) | |
tree | f74e9f21ee5813341f0aa020a4bb75c68b9c1ce5 /modules/calendar | |
parent | 2fd1054258169110fa2f2374c3e43e7f47180166 (diff) | |
download | gsoc2013-evolution-a2ee4d2b5055181173154b51ec5309c671f0aaf4.tar.gz gsoc2013-evolution-a2ee4d2b5055181173154b51ec5309c671f0aaf4.tar.zst gsoc2013-evolution-a2ee4d2b5055181173154b51ec5309c671f0aaf4.zip |
ECalShellSidebar: Remove some unnecessary #includes.
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-sidebar.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c index ec87187356..45dc3cc4c3 100644 --- a/modules/calendar/e-cal-shell-sidebar.c +++ b/modules/calendar/e-cal-shell-sidebar.c @@ -31,10 +31,6 @@ #include "calendar/gui/e-calendar-selector.h" #include "calendar/gui/misc.h" -#include "e-cal-shell-view.h" -#include "e-cal-shell-backend.h" -#include "e-cal-shell-content.h" - #define E_CAL_SHELL_SIDEBAR_GET_PRIVATE(obj) \ (G_TYPE_INSTANCE_GET_PRIVATE \ ((obj), E_TYPE_CAL_SHELL_SIDEBAR, ECalShellSidebarPrivate)) |