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

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-04-17 18:46:15 +00:00
parent 2d16e08dba
commit 9908f14d8f
20 changed files with 26 additions and 26 deletions

View file

@ -1,7 +1,7 @@
/* A simple demonstration of the GNU Dictionary object.
In this example the Dictionary holds int's which are keyed by strings. */
#include <gnustep/base/stdobjects.h>
#include <gnustep/base/stdall.h>
#include <gnustep/base/Dictionary.h>
int main()