mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 22:22:21 +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
|
@ -20,10 +20,10 @@
|
|||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
*/
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDistantObject.h>
|
||||
#include <base/GSInvocation.h>
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSCoder.h"
|
||||
#include "Foundation/NSDistantObject.h"
|
||||
#include "gnustep/base/GSInvocation.h"
|
||||
#include <config.h>
|
||||
#include <objc/objc-api.h>
|
||||
#include <avcall.h>
|
||||
|
@ -114,7 +114,7 @@ ReturnTypeEqualsReturnType (vacallReturnTypeInfo *a, vacallReturnTypeInfo *b)
|
|||
#define GSI_MAP_RELEASE_VAL(M, X)
|
||||
#define GSI_MAP_NOCLEAN 1
|
||||
|
||||
#include <base/GSIMap.h>
|
||||
#include "gnustep/base/GSIMap.h"
|
||||
|
||||
/* This determines the number of precomputed
|
||||
callback data entries. The list is indexed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue