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:
fredkiefer 2010-05-24 10:48:14 +00:00
parent 4aa28ed522
commit e64aca8bb2
48 changed files with 570 additions and 2019 deletions

View file

@ -28,10 +28,10 @@
#ifndef _GNUstep_H_NSImageSource
#define _GNUstep_H_NSImageSource
#include <Foundation/NSObject.h>
#include <AppKit/NSImage.h>
#include <AppKit/NSButton.h>
#include <GNUstepGUI/GSTheme.h>
#import <Foundation/NSObject.h>
#import <AppKit/NSImage.h>
#import <AppKit/NSButton.h>
#import <GNUstepGUI/GSTheme.h>
/**
* Handle images for button cell theming.