mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-22 07:02:38 +00:00
few compiler warning fixes plus a lot of #import replacement.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30448 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
24fad47739
commit
99e273a57d
48 changed files with 570 additions and 2019 deletions
|
@ -28,18 +28,18 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
|
||||
#include "AppKit/NSBrowserCell.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSFont.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "AppKit/NSBrowserCell.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
/*
|
||||
* Class variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue