aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/icalendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/icalendar.c')
-rw-r--r--calendar/icalendar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/icalendar.c b/calendar/icalendar.c
index 30d91f6858..af4f2ca83b 100644
--- a/calendar/icalendar.c
+++ b/calendar/icalendar.c
@@ -10,11 +10,10 @@
*
*/
-#include <gnome.h>
+#include <config.h>
#include <unistd.h>
#include <sys/stat.h>
#include "icalendar.h"
-#include "cal-backend.h"
static time_t icaltime_to_timet (struct icaltimetype* i);
static CalendarAlarm* parse_alarm (icalproperty *prop);