Next bit of #include -> #import replacement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30029 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-03-24 09:18:14 +00:00
parent 9f4fd26405
commit 00ab729bdd
13 changed files with 88 additions and 64 deletions

View file

@ -29,8 +29,10 @@
#define BEZIERPATH_H
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/Foundation.h>
#include <AppKit/NSFont.h>
//#import <Foundation/Foundation.h>
#import <Foundation/NSGeometry.h>
#import <Foundation/NSObject.h>
#import <AppKit/NSFont.h>
@class NSAffineTransform;
@class NSImage;