mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
a6b8bb8c62
commit
71a4589ca7
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue