mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:00:37 +00:00
Yet another bit of #include -> #import replacement. Replace includes of Foundation.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30034 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0d78f7f50a
commit
6483053f29
18 changed files with 167 additions and 114 deletions
|
@ -25,15 +25,18 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <GNUstepBase/Unicode.h>
|
||||
#import <Foundation/NSCharacterSet.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <GNUstepBase/Unicode.h>
|
||||
|
||||
#include "AppKit/NSAttributedString.h"
|
||||
#include "AppKit/NSFont.h"
|
||||
#include "AppKit/NSGlyphGenerator.h"
|
||||
#import "AppKit/NSAttributedString.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSGlyphGenerator.h"
|
||||
/* just for NSAttachmentCharacter */
|
||||
#include "AppKit/NSTextAttachment.h"
|
||||
#include "GNUstepGUI/GSFontInfo.h"
|
||||
#import "AppKit/NSTextAttachment.h"
|
||||
#import "GNUstepGUI/GSFontInfo.h"
|
||||
|
||||
static NSGlyphGenerator* instance;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue