From da08b761fb9afadf60b4705ec8a310f83f031188 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 2 Mar 2000 06:52:53 +0000 Subject: At this point the calendar client and personal calendar server files were 2000-03-02 Federico Mena Quintero At this point the calendar client and personal calendar server files were moved to the idl/, cal-client/, and pcs/ directories. * idl/Makefile.am: New file. * cal-client/Makefile.am: New file. Moved the libcal-client stuff from calendar/Makefile.am to here. * pcs/Makefile.am: New file. Moved the tlacuache stuff from calendar/Makefile.am to here. * Makefile.am (SUBDIRS): Added the idl and cal-client directories. * calendar.h: Removed the references to cal-backend.h and its stuff. This file is going away soon! * icalendar.c: #include . Also, we don't need to include cal-backend.h or gnome.h. * icalendar.h: Protect from multiple inclusions. svn path=/trunk/; revision=2011 --- calendar/icalendar.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'calendar/icalendar.h') 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 #include "calobj.h" -#include "cal-backend.h" + iCalObject *ical_object_create_from_icalcomponent (icalcomponent* comp); + + + +#endif -- cgit v1.2.3