From 9f20d8032c2544a78de0f1f0a3f6de7d14e84256 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 9 Oct 2003 21:02:30 +0000 Subject: Fixed INCLUDES and don't autogenerate ical.h, no need to. Plus it caused 2003-10-09 Jeffrey Stedfast * src/libical/Makefile.am: Fixed INCLUDES and don't autogenerate ical.h, no need to. Plus it caused problems anyways. * src/libical/*.[c,h]: Fixed the #includes * src/libicalss/Makefile.am: Fixed INCLUDES and don't autogenerate icalss.h, no need to. Plus it caused problems anyways. * src/libicalss/*.[c,h]: Fixed the #includes * tests/*.c: #include rather than "ical.h" * tests/Makefile.am: Fixed INCLUDES * examples/*.c: #include rather than "ical.h" * examples/Makefile.am: Fixed INCLUDES * src/libicalvcal/icalvcal.h: #include which is no longer autogenerated. * src/libicalvcal/icalvcal.c (icalvcal_convert_with_defaults): Use the proper macro names from config.h svn path=/trunk/; revision=22844 --- libical/src/libicalss/icalcomponent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libical/src/libicalss/icalcomponent.h') diff --git a/libical/src/libicalss/icalcomponent.h b/libical/src/libicalss/icalcomponent.h index 9e0e9f5a9f..38025813e1 100644 --- a/libical/src/libicalss/icalcomponent.h +++ b/libical/src/libicalss/icalcomponent.h @@ -25,9 +25,9 @@ #ifndef ICALCOMPONENT_H #define ICALCOMPONENT_H -#include "icalproperty.h" -#include "icalvalue.h" -#include "icalenums.h" /* defines icalcomponent_kind */ +#include +#include +#include /* defines icalcomponent_kind */ typedef void icalcomponent; -- cgit v1.2.3