mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
7bf93790de
commit
49a66374d7
3 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue