mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:50:48 +00:00
Replace #include -> #import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
895bea4b23
commit
3cdc68a09b
99 changed files with 849 additions and 769 deletions
|
@ -30,12 +30,11 @@
|
|||
#ifndef _NSToolbarFrameworkPrivate_h_INCLUDE
|
||||
#define _NSToolbarFrameworkPrivate_h_INCLUDE
|
||||
|
||||
#include "AppKit/NSMenuView.h"
|
||||
#include "AppKit/NSToolbar.h"
|
||||
#include "AppKit/NSToolbarItem.h"
|
||||
#include "GNUstepGUI/GSToolbarView.h"
|
||||
|
||||
#include <GNUstepGUI/GSWindowDecorationView.h>
|
||||
#import "AppKit/NSMenuView.h"
|
||||
#import "AppKit/NSToolbar.h"
|
||||
#import "AppKit/NSToolbarItem.h"
|
||||
#import "GNUstepGUI/GSToolbarView.h"
|
||||
#import "GNUstepGUI/GSWindowDecorationView.h"
|
||||
|
||||
@interface GSToolbarView (GNUstepPrivate)
|
||||
- (void) _reload;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue