Fixed #include, @class machinery to be more efficient

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-04-02 10:53:10 +00:00
parent 889085a2c1
commit 1516644d6d

View file

@ -25,10 +25,13 @@
#ifndef _GNUstep_H_NSWindowController
#define _GNUstep_H_NSWindowController
#include <Foundation/Foundation.h>
#include <Foundation/NSObject.h>
#include <AppKit/NSNibDeclarations.h>
@class NSWindow, NSDocument;
@class NSString;
@class NSArray;
@class NSWindow;
@class NSDocument;
@interface NSWindowController : NSObject <NSCoding>
{