mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:50:47 +00:00
Final set of #include -> #import replacement in additional headers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30097 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
03cdf3355c
commit
7ebb2818cc
37 changed files with 276 additions and 154 deletions
|
@ -32,9 +32,9 @@
|
|||
#ifndef _GSToolbarView_h_INCLUDE
|
||||
#define _GSToolbarView_h_INCLUDE
|
||||
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <AppKit/NSView.h>
|
||||
#include <AppKit/NSColor.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
#import <AppKit/NSView.h>
|
||||
#import <AppKit/NSColor.h>
|
||||
|
||||
@class NSMutableArray;
|
||||
@class NSClipView;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue