mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:50:37 +00:00
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:
parent
9f4fd26405
commit
00ab729bdd
13 changed files with 88 additions and 64 deletions
|
@ -29,13 +29,13 @@
|
|||
#ifndef _GNUstep_H_NSAnimation_
|
||||
#define _GNUstep_H_NSAnimation_
|
||||
|
||||
#include <GNUstepBase/GSVersionMacros.h>
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
#include <GNUstepGUI/GSAnimator.h>
|
||||
#import <GNUstepGUI/GSAnimator.h>
|
||||
|
||||
@class NSString;
|
||||
@class NSArray;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue