Include foundation/NSObject.h instead of objc/Object.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@83 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-03-12 16:38:52 +00:00
parent 7bf93790de
commit 49a66374d7
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@
#include <objc/list.h>
#endif
#include <objc/Object.h>
#include <foundation/NSObject.h>
#include <objects/objc-malloc.h>
/* The following two lines are maintained by the libobjects Makefile */

View file

@ -56,7 +56,7 @@
#include <objc/list.h>
#endif
#include <objc/Object.h>
#include <foundation/NSObject.h>
#include <objects/objc-malloc.h>
/* The following two lines are maintained by the libobjects Makefile */

View file

@ -56,7 +56,7 @@
#include <objc/list.h>
#endif
#include <objc/Object.h>
#include <foundation/NSObject.h>
#include <objects/objc-malloc.h>
/* The following two lines are maintained by the libobjects Makefile */