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

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1433 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-04-17 18:40:03 +00:00
parent 4a6d8be847
commit 2d16e08dba
40 changed files with 97 additions and 97 deletions

View file

@ -10,7 +10,7 @@ Hello, the following code core dumps on Solaris 2.3 (compiled with gcc
Any hints?
*/
#include <objects/Queue.h>
#include <gnustep/base/Queue.h>
#include <Foundation/NSValue.h>
int main ()