Make headers selfcontained.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18874 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2004-03-23 22:57:03 +00:00
parent f1cd7101e0
commit e05da2217a
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-03-23 23:52 Alexander Malmberg <alexander@malmberg.org>
* Headers/Additions/GNUstepGUI/GSToolbar.h,
Headers/Additions/GNUstepGUI/GSToolbarView.h: Add missing includes
to make the headers selfcontained.
2004-03-23 Quentin Mathe <qmathe@club-internet.fr> 2004-03-23 Quentin Mathe <qmathe@club-internet.fr>
* Source/NSWindow.m: NSToolbar related methods removed. * Source/NSWindow.m: NSToolbar related methods removed.

View file

@ -33,6 +33,7 @@
#include <Foundation/NSObject.h> #include <Foundation/NSObject.h>
#include <Foundation/NSArray.h> #include <Foundation/NSArray.h>
#include <AppKit/AppKitDefines.h>
@class NSString; @class NSString;
@class NSMutableArray; @class NSMutableArray;

View file

@ -33,11 +33,11 @@
#include <Foundation/NSObject.h> #include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h> #include <Foundation/NSGeometry.h>
#include <AppKit/NSView.h>
@class NSMutableArray; @class NSMutableArray;
@class GSToolbar; @class GSToolbar;
@class NSToolbarItem; @class NSToolbarItem;
@class NSView;
@class NSClipView; @class NSClipView;
@class GSToolbarClippedItemsButton; @class GSToolbarClippedItemsButton;