Final set of #include -> #import replacement in additional headers.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30097 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-04-07 08:59:43 +00:00
parent 03cdf3355c
commit 7ebb2818cc
37 changed files with 276 additions and 154 deletions

View file

@ -25,17 +25,17 @@
#ifndef _GSMethodTable_h_INCLUDE
#define _GSMethodTable_h_INCLUDE
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
#include <AppKit/NSFont.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>
#import <AppKit/NSFont.h>
@class NSAffineTransform;
@class NSBezierPath;
@class NSDate;
@class NSString;
@class NSBezierPath;
@class NSColor;
@class NSEvent;
@class NSGraphicsContext;
@class NSString;
@class NSColor;
typedef struct {