aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/icalendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/icalendar.h')
-rw-r--r--calendar/icalendar.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/calendar/icalendar.h b/calendar/icalendar.h
index 84993bc3ae..09bfa06fad 100644
--- a/calendar/icalendar.h
+++ b/calendar/icalendar.h
@@ -1,6 +1,13 @@
-#include "ical.h"
+#ifndef ICALENDAR_H
+#define ICALENDAR_H
+
+#include <ical.h>
#include "calobj.h"
-#include "cal-backend.h"
+
iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp);
+
+
+
+#endif