mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-02 03:00:59 +00:00
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:
parent
f1cd7101e0
commit
e05da2217a
3 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* Source/NSWindow.m: NSToolbar related methods removed.
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <AppKit/AppKitDefines.h>
|
||||
|
||||
@class NSString;
|
||||
@class NSMutableArray;
|
||||
|
|
|
@ -33,11 +33,11 @@
|
|||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <AppKit/NSView.h>
|
||||
|
||||
@class NSMutableArray;
|
||||
@class GSToolbar;
|
||||
@class NSToolbarItem;
|
||||
@class NSView;
|
||||
@class NSClipView;
|
||||
@class GSToolbarClippedItemsButton;
|
||||
|
||||
|
|
Loading…
Reference in a new issue