aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-13 03:45:24 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-13 03:45:24 +0800
commit61166a82056404dd9c68d8fb0722acfc565119c5 (patch)
treeb692d76a5aa920a8512d5cc1990ac014348cc700 /calendar
parent7f9156593dbaee0af8ae986f30ebe73ece9fbf48 (diff)
downloadgsoc2013-evolution-61166a82056404dd9c68d8fb0722acfc565119c5.tar
gsoc2013-evolution-61166a82056404dd9c68d8fb0722acfc565119c5.tar.gz
gsoc2013-evolution-61166a82056404dd9c68d8fb0722acfc565119c5.tar.bz2
gsoc2013-evolution-61166a82056404dd9c68d8fb0722acfc565119c5.tar.lz
gsoc2013-evolution-61166a82056404dd9c68d8fb0722acfc565119c5.tar.xz
gsoc2013-evolution-61166a82056404dd9c68d8fb0722acfc565119c5.tar.zst
gsoc2013-evolution-61166a82056404dd9c68d8fb0722acfc565119c5.zip
Remove bogus #include.
svn path=/trunk/; revision=5379
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/pcs/cal-backend.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f893d08462..5a58560b6c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-12 Ettore Perazzoli <ettore@helixcode.com>
+
+ * pcs/cal-backend.c: Dont' #include calobj.h anymore as it's gone.
+
2000-09-12 Federico Mena Quintero <federico@helixcode.com>
* gui/gnome-cal.c (gnome_calendar_construct): Connect to the
diff --git a/calendar/pcs/cal-backend.c b/calendar/pcs/cal-backend.c
index e33cedeae8..ee2b38a52c 100644
--- a/calendar/pcs/cal-backend.c
+++ b/calendar/pcs/cal-backend.c
@@ -22,7 +22,7 @@
#include <config.h>
#include <gtk/gtksignal.h>
-#include <cal-util/calobj.h>
+
#include "cal-backend.h"
#include "libversit/vcc.h"