diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-25 00:45:54 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-26 00:04:20 +0800 |
commit | ad23d393c2d5e883586ce69940e95b206b59f080 (patch) | |
tree | 8f983a5335e8935e2372a783b60a417319b01ce5 | |
parent | 3877cc6f523cfd78f2a017b832c2428cfc8d81b6 (diff) | |
download | gsoc2013-evolution-ad23d393c2d5e883586ce69940e95b206b59f080.tar gsoc2013-evolution-ad23d393c2d5e883586ce69940e95b206b59f080.tar.gz gsoc2013-evolution-ad23d393c2d5e883586ce69940e95b206b59f080.tar.bz2 gsoc2013-evolution-ad23d393c2d5e883586ce69940e95b206b59f080.tar.lz gsoc2013-evolution-ad23d393c2d5e883586ce69940e95b206b59f080.tar.xz gsoc2013-evolution-ad23d393c2d5e883586ce69940e95b206b59f080.tar.zst gsoc2013-evolution-ad23d393c2d5e883586ce69940e95b206b59f080.zip |
ECalShellSidebar: Remove some unnecessary #includes.
(cherry picked from commit a2ee4d2b5055181173154b51ec5309c671f0aaf4)
-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 24ef115629..8f744f88ec 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)) |