From 9f1d5b4c800cd53011024a0829d76d190ba19501 Mon Sep 17 00:00:00 2001 From: fedor Date: Thu, 25 May 2000 21:53:37 +0000 Subject: [PATCH] Remove config.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6622 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Headers/gnustep/base/GSIArray.h | 1 - Headers/gnustep/base/GSIMap.h | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1f8933f49..8f626bc03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-25 Adam Fedor + + * Headers/gnustep/base/GSIArray.h: remove config.h + * Headers/gnustep/base/GSIMap.h: Likewise. + 2000-05-24 Richard Frith-Macdonald * Source/NSFileManager.m: ([-directoryContentsAtPath:]) diff --git a/Headers/gnustep/base/GSIArray.h b/Headers/gnustep/base/GSIArray.h index f774eae12..14bf247fe 100644 --- a/Headers/gnustep/base/GSIArray.h +++ b/Headers/gnustep/base/GSIArray.h @@ -20,7 +20,6 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ -#include #include #include diff --git a/Headers/gnustep/base/GSIMap.h b/Headers/gnustep/base/GSIMap.h index 2e743623c..0d7beb042 100644 --- a/Headers/gnustep/base/GSIMap.h +++ b/Headers/gnustep/base/GSIMap.h @@ -22,7 +22,6 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ -#include #include #include