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:
fredkiefer 2010-03-24 09:18:14 +00:00
parent d2321f05c7
commit 9768ee6425
13 changed files with 88 additions and 64 deletions

View file

@ -28,13 +28,14 @@
Boston, MA 02110-1301, USA.
*/
#include "AppKit/NSAffineTransform.h"
#include "AppKit/NSBezierPath.h"
#include "AppKit/NSFont.h"
#include "AppKit/NSImage.h"
#include "AppKit/PSOperators.h"
#include "GNUstepGUI/GSFontInfo.h"
#include "GSGuiPrivate.h"
#import <Foundation/NSDebug.h>
#import "AppKit/NSAffineTransform.h"
#import "AppKit/NSBezierPath.h"
#import "AppKit/NSFont.h"
#import "AppKit/NSImage.h"
#import "AppKit/PSOperators.h"
#import "GNUstepGUI/GSFontInfo.h"
#import "GSGuiPrivate.h"
#include <math.h>
@ -78,7 +79,7 @@ typedef struct _PathElement
#ifdef GSIArray
#undef GSIArray
#endif
#include <GNUstepBase/GSIArray.h>
#import <GNUstepBase/GSIArray.h>
@interface GSBezierPath : NSBezierPath
{