Made header a little more efficient

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13436 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-04-11 17:32:43 +00:00
parent 95514e6f3f
commit 72cfd1529f

View file

@ -29,10 +29,11 @@
#ifndef _GNUstep_H_NSResponder
#define _GNUstep_H_NSResponder
#include <Foundation/NSCoder.h>
#include <Foundation/NSObject.h>
#include <AppKit/NSInterfaceStyle.h>
#include <AppKit/AppKitDefines.h>
@class NSCoder;
@class NSString;
@class NSEvent;
@class NSMenu;