mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
8d61ae67a5
commit
d228cba99b
119 changed files with 1087 additions and 1023 deletions
|
@ -33,9 +33,9 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include "gnustep/base/GSObjCRuntime.h"
|
||||
#include "gnustep/base/GCObject.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
|
||||
@implementation GCArray
|
||||
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include "gnustep/base/GSObjCRuntime.h"
|
||||
#include "gnustep/base/GCObject.h"
|
||||
#include "GSCompatibility.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GCObject.h>
|
||||
#include "gnustep/base/GCObject.h"
|
||||
#include "GSCompatibility.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include "GSCompatibility.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
#include <string.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <CoreFoundation/CFString.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include "gnustep/base/preface.h"
|
||||
#include "gnustep/base/GSObjCRuntime.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
|
||||
@class NSMutableSet;
|
||||
|
||||
|
|
|
@ -52,8 +52,8 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <gnustep/base/GSMime.h>
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#include "gnustep/base/GSMime.h"
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "GSCompatibility.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include "gnustep/base/preface.h"
|
||||
#ifndef ROUND
|
||||
#define ROUND(V, A) \
|
||||
({ typeof(V) __v=(V); typeof(A) __a=(A); \
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <gnustep/base/preface.h>
|
||||
#include "gnustep/base/preface.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
@ -44,7 +44,7 @@
|
|||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
#include <gnustep/base/GSObjCRuntime.h>
|
||||
#include "gnustep/base/GSObjCRuntime.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#ifdef HAVE_LIBXML
|
||||
|
||||
#include <gnustep/base/GSXML.h>
|
||||
#include "gnustep/base/GSXML.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
#include "GSCompatibility.h"
|
||||
#include <gnustep/base/Unicode.h>
|
||||
#include "gnustep/base/Unicode.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -50,8 +50,8 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/behavior.h>
|
||||
#include "gnustep/base/preface.h"
|
||||
#include "gnustep/base/behavior.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue