Final part of #include -> #import replacement in official headers.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30084 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-03-31 21:21:18 +00:00
parent 7e289df84b
commit 6cdc46802b
18 changed files with 81 additions and 44 deletions

View file

@ -64,11 +64,12 @@ whenever this happens.
#ifndef _GNUstep_H_NSTextContainer
#define _GNUstep_H_NSTextContainer
#include <GNUstepBase/GSVersionMacros.h>
#import <GNUstepBase/GSVersionMacros.h>
#if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
#if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
#include <Foundation/NSGeometry.h>
#import <Foundation/NSGeometry.h>
#import <Foundation/NSObject.h>
@class GSLayoutManager;
@class NSTextView;