Another bit of #include -> #import replacement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30033 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2010-03-24 22:41:21 +00:00
parent f158b0a047
commit c524f07ab6
44 changed files with 216 additions and 155 deletions

View file

@ -31,8 +31,8 @@
#define _GNUstep_H_NSDrawer
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSGeometry.h>
#include <AppKit/NSResponder.h>
#import <Foundation/NSGeometry.h>
#import <AppKit/NSResponder.h>
@class NSWindow;
@class NSView;