aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-04-25 00:45:18 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-26 00:04:20 +0800
commit0dd8c0c1aa685a17ecac73fcd8228cbf6f943d1e (patch)
tree8f5ccd9c13553f328936a0323184d4cc327c8a05
parentad23d393c2d5e883586ce69940e95b206b59f080 (diff)
downloadgsoc2013-evolution-0dd8c0c1aa685a17ecac73fcd8228cbf6f943d1e.tar
gsoc2013-evolution-0dd8c0c1aa685a17ecac73fcd8228cbf6f943d1e.tar.gz
gsoc2013-evolution-0dd8c0c1aa685a17ecac73fcd8228cbf6f943d1e.tar.bz2
gsoc2013-evolution-0dd8c0c1aa685a17ecac73fcd8228cbf6f943d1e.tar.lz
gsoc2013-evolution-0dd8c0c1aa685a17ecac73fcd8228cbf6f943d1e.tar.xz
gsoc2013-evolution-0dd8c0c1aa685a17ecac73fcd8228cbf6f943d1e.tar.zst
gsoc2013-evolution-0dd8c0c1aa685a17ecac73fcd8228cbf6f943d1e.zip
EMemoShellSidebar: Remove some unnecessary #includes.
(cherry picked from commit c34ed9f365ed43055aec3f33189bb574a52d9c94)
-rw-r--r--modules/calendar/e-memo-shell-sidebar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/calendar/e-memo-shell-sidebar.c b/modules/calendar/e-memo-shell-sidebar.c
index fce6fbe240..179af14645 100644
--- a/modules/calendar/e-memo-shell-sidebar.c
+++ b/modules/calendar/e-memo-shell-sidebar.c
@@ -32,10 +32,6 @@
#include "calendar/gui/e-memo-list-selector.h"
#include "calendar/gui/misc.h"
-#include "e-memo-shell-view.h"
-#include "e-memo-shell-backend.h"
-#include "e-memo-shell-content.h"
-
#define E_MEMO_SHELL_SIDEBAR_GET_PRIVATE(obj) \
(G_TYPE_INSTANCE_GET_PRIVATE \
((obj), E_TYPE_MEMO_SHELL_SIDEBAR, EMemoShellSidebarPrivate))