From 2a6e7401b29cb98b7c6f2ccc0a5694241d155d12 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 1 Apr 2002 16:29:14 +0000 Subject: Darwin/OS X portability from Max Horn * libversit/vcc.y: Remove #include . * libversit/vobject.c: Likewise, and #include svn path=/trunk/; revision=16308 --- ChangeLog | 8 ++++++++ libversit/vcc.y | 3 --- libversit/vobject.c | 5 +---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd255f324e..6ca0eeb8f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-04-01 Dan Winship + + Darwin/OS X portability from Max Horn + + * libversit/vcc.y: Remove #include . + + * libversit/vobject.c: Likewise, and #include + 2002-03-30 Ettore Perazzoli * configure.in: Add argument `--enable-shlib-components'. New diff --git a/libversit/vcc.y b/libversit/vcc.y index 79cd95fd4e..d3a6af9bf4 100644 --- a/libversit/vcc.y +++ b/libversit/vcc.y @@ -107,9 +107,6 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable. #endif #include -#ifndef __MWERKS__ -#include -#endif #include #include #include diff --git a/libversit/vobject.c b/libversit/vobject.c index 2df57c5927..93f5c163dc 100644 --- a/libversit/vobject.c +++ b/libversit/vobject.c @@ -42,11 +42,8 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable. * vobject, and convert a vobject into its textual representation. */ -#ifndef MWERKS -#include -#endif - #include "vobject.h" +#include #include #include #include -- cgit v1.2.3