mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:30:37 +00:00
Started cleanup of #includes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29833 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08bcaee5e4
commit
c16eed5d1d
9 changed files with 205 additions and 175 deletions
|
@ -31,17 +31,16 @@
|
|||
#define _GNUstep_H_NSCell
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
|
||||
// For tint
|
||||
#include <AppKit/NSColor.h>
|
||||
#import <AppKit/NSColor.h>
|
||||
// for NSWritingDirection
|
||||
#include <AppKit/NSParagraphStyle.h>
|
||||
#import <AppKit/NSParagraphStyle.h>
|
||||
// For text alignment
|
||||
#include <AppKit/NSText.h>
|
||||
#import <AppKit/NSText.h>
|
||||
// for NSFocusRingType
|
||||
#include <AppKit/NSView.h>
|
||||
#import <AppKit/NSView.h>
|
||||
|
||||
@class NSString;
|
||||
@class NSMutableDictionary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue