Change all include objects/*.h to include gnustep/base/*.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1438 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 19:02:37 +00:00
parent 210128dc5d
commit a6b8bb8c62

View file

@ -29,7 +29,7 @@
#define __HashTable_h_INCLUDE_GNU
#include <objc/Object.h>
#include <objects/stdobjects.h>
#include <gnustep/base/stdobjects.h>
#include <objc/hash.h>
typedef node_ptr NXHashState;