mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
4a6d8be847
commit
2d16e08dba
40 changed files with 97 additions and 97 deletions
|
@ -1,10 +1,10 @@
|
|||
/* A demonstration of writing and reading with NSArchiver */
|
||||
|
||||
#include <objects/Invocation.h>
|
||||
#include <objects/Array.h>
|
||||
#include <objects/Archiver.h>
|
||||
#include <gnustep/base/Invocation.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
#include <gnustep/base/Archiver.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <objects/TextCStream.h>
|
||||
#include <gnustep/base/TextCStream.h>
|
||||
|
||||
@interface NSNumber (printing)
|
||||
- (void) print;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue