mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Change syntax of includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16874 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08f69cf774
commit
0e59d4552d
119 changed files with 1087 additions and 1023 deletions
|
@ -29,13 +29,13 @@
|
|||
|
||||
/**** Included Headers *******************************************************/
|
||||
|
||||
#include <config.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSHashTable.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "config.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSHashTable.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "NSCallBacks.h"
|
||||
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
|||
(M->extra.retain)((NSHashTable*)M, X.ptr)
|
||||
#define GSI_MAP_ENUMERATOR NSHashEnumerator
|
||||
|
||||
#include <base/GSIMap.h>
|
||||
#include "gnustep/base/GSIMap.h"
|
||||
|
||||
/**
|
||||
* Returns an array of all the objects in the table.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue