mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Simplify header inclusion
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29669 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
14a557fcd7
commit
7cc69dfaae
185 changed files with 245 additions and 425 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSObject.h"
|
||||
|
|
|
@ -6,10 +6,9 @@
|
|||
* NB. This class is private to NSRunLoop and must not be subclassed.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSNotificationQueue.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "GNUstepBase/GSLock.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#include "Foundation/NSPortNameServer.h"
|
||||
|
||||
#include "Foundation/NSAutoreleasePool.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
|
||||
#import "Foundation/NSData.h"
|
||||
|
@ -34,7 +34,6 @@
|
|||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSHost.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#import "common.h"
|
||||
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue