From 71a4589ca7d9204b79ce961bb5e8827e9277d78e Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Wed, 17 Apr 1996 19:04:15 +0000 Subject: [PATCH] Use preface.h instead of stdobjects.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1439 72102866-910b-0410-8b05-ffd578937521 --- Source/objc/HashTable.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/objc/HashTable.h b/Source/objc/HashTable.h index 0f5ef1643..fea8426c6 100644 --- a/Source/objc/HashTable.h +++ b/Source/objc/HashTable.h @@ -1,8 +1,8 @@ /* Interface for Objective C NeXT-compatible HashTable object - Copyright (C) 1993,1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum - Date: May 1993 + Created: May 1993 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -29,7 +29,7 @@ #define __HashTable_h_INCLUDE_GNU #include -#include +#include #include typedef node_ptr NXHashState;