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

@ -32,9 +32,10 @@
#ifndef _GNUstep_H_NSView
#define _GNUstep_H_NSView
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSGraphicsContext.h>
#include <AppKit/NSResponder.h>
#import <AppKit/NSGraphicsContext.h>
#import <AppKit/NSResponder.h>
@class NSArray;
@class NSAttributedString;