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
This commit is contained in:
Andrew McCallum 1996-04-17 19:04:15 +00:00
parent a6b8bb8c62
commit 71a4589ca7

View file

@ -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 <mccallum@gnu.ai.mit.edu>
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 <objc/Object.h>
#include <gnustep/base/stdobjects.h>
#include <gnustep/base/preface.h>
#include <objc/hash.h>
typedef node_ptr NXHashState;