diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-19 04:06:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-20 00:43:28 +0800 |
commit | c6911b3029629f1032dd594249c099d79efe9fe1 (patch) | |
tree | 72cf7960f344ef63488af633a66dab684ae5b32a /calendar/gui/e-calendar-view.c | |
parent | c0d998229d5a3d2b65445b9025de7b23112f4063 (diff) | |
download | gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.gz gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.zst gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.zip |
Fix "make distcheck" errors.
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index 330bd0eb68..03d6e6991f 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -40,7 +40,6 @@ #include <shell/e-shell.h> #include "common/authentication.h" -#include "calendar-commands.h" #include "calendar-config.h" #include "comp-util.h" #include "e-cal-model-calendar.h" @@ -55,7 +54,7 @@ #include "dialogs/select-source-dialog.h" #include "print.h" #include "goto.h" -#include "a11y/ea-calendar.h" +/*#include "a11y/ea-calendar.h"*/ /* KILL-BONOBO */ #include "e-cal-popup.h" #include "misc.h" |