mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
include -> import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30038 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e13e7dbb86
commit
7bd9b945db
2 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
2010-03-25 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
* Source/gsc/GSGState.m: import NSValue
|
||||
* Source/gsc/GSGState.m: import NSValue, include -> import
|
||||
|
||||
2010-03-24 Doug Simons <doug.simons@testplant.com>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* GSGState - Generic graphic state
|
||||
|
||||
Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2010 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Adam Fedor <fedor@gnu.org>
|
||||
Date: Mar 2002
|
||||
|
@ -25,20 +25,20 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#import <Foundation/NSObjCRuntime.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#include <AppKit/NSAffineTransform.h>
|
||||
#include <AppKit/NSBezierPath.h>
|
||||
#include <AppKit/NSColor.h>
|
||||
#include <AppKit/NSColorSpace.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <GNUstepGUI/GSFontInfo.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
#include "gsc/GSContext.h"
|
||||
#include "gsc/GSGState.h"
|
||||
#include "gsc/GSFunction.h"
|
||||
#import <AppKit/NSAffineTransform.h>
|
||||
#import <AppKit/NSBezierPath.h>
|
||||
#import <AppKit/NSColor.h>
|
||||
#import <AppKit/NSColorSpace.h>
|
||||
#import <AppKit/NSImage.h>
|
||||
#import <GNUstepGUI/GSFontInfo.h>
|
||||
#import <AppKit/NSGraphics.h>
|
||||
#import "gsc/GSContext.h"
|
||||
#import "gsc/GSGState.h"
|
||||
#import "gsc/GSFunction.h"
|
||||
#include "math.h"
|
||||
#include <GNUstepBase/Unicode.h>
|
||||
#import <GNUstepBase/Unicode.h>
|
||||
|
||||
#define CHECK_PATH \
|
||||
if (!path) \
|
||||
|
|
Loading…
Reference in a new issue