Another bit of #include -> #import replacement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30033 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-03-24 22:41:21 +00:00
parent 27dd5c1a82
commit 0d78f7f50a
44 changed files with 216 additions and 155 deletions

View file

@ -1,3 +1,49 @@
2010-03-24 Fred Kiefer <FredKiefer@gmx.de>
* Headers/AppKit/NSColorList.h
* Headers/AppKit/NSBox.h
* Headers/AppKit/NSFontManager.h
* Headers/AppKit/NSFormCell.h
* Headers/AppKit/NSButtonCell.h
* Headers/AppKit/NSColorPicker.h
* Headers/AppKit/NSClipView.h
* Headers/AppKit/NSDataLinkManager.h
* Headers/AppKit/NSBitmapImageRep.h
* Headers/AppKit/NSBezierPath.h
* Headers/AppKit/NSGraphics.h
* Headers/AppKit/NSColorWell.h
* Headers/AppKit/NSApplication.h
* Headers/AppKit/NSForm.h
* Headers/AppKit/NSComboBox.h
* Headers/AppKit/NSButton.h
* Headers/AppKit/NSColor.h
* Headers/AppKit/NSCachedImageRep.h
* Headers/AppKit/NSColorSpace.h
* Headers/AppKit/NSFontDescriptor.h
* Headers/AppKit/NSCursor.h
* Headers/AppKit/NSControl.h
* Headers/AppKit/NSFont.h
* Headers/AppKit/NSFileWrapper.h
* Headers/AppKit/NSDragging.h
* Headers/AppKit/NSDocumentController.h
* Headers/AppKit/NSColorPicking.h
* Headers/AppKit/NSDrawer.h
* Headers/AppKit/NSCustomImageRep.h
* Headers/AppKit/NSComboBoxCell.h
* Headers/AppKit/NSDataLink.h
* Headers/AppKit/NSColorPanel.h
* Headers/AppKit/NSEPSImageRep.h
* Headers/AppKit/NSDataLinkPanel.h
* Headers/AppKit/NSEvent.h
* Headers/AppKit/NSBrowserCell.h
* Headers/AppKit/NSDocument.h
* Headers/AppKit/NSBrowser.h
* Headers/AppKit/NSFontPanel.h
* Source/NSPanel.m
* Source/NSColor.m
* Source/NSColorSpace.m
* Source/NSColorPanel.m: Another bit of #include -> #import replacement.
2010-03-24 Doug Simons <doug.simons@testplant.com>
* Source/GSToolTips.m: Use NSPanel instead of NSWindow for

View file

@ -39,7 +39,7 @@
#define _GNUstep_H_NSApplication
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSResponder.h>
#import <AppKit/NSResponder.h>
@class NSArray;
@class NSAutoreleasePool;

View file

@ -29,7 +29,6 @@
#define BEZIERPATH_H
#import <GNUstepBase/GSVersionMacros.h>
//#import <Foundation/Foundation.h>
#import <Foundation/NSGeometry.h>
#import <Foundation/NSObject.h>
#import <AppKit/NSFont.h>

View file

@ -31,13 +31,14 @@
#define _GNUstep_H_NSBitmapImageRep
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSImageRep.h>
#include <Foundation/NSDictionary.h>
#import <AppKit/NSImageRep.h>
@class NSArray;
@class NSString;
@class NSData;
@class NSDictionary;
@class NSMutableData;
@class NSMutableDictionary;
@class NSColor;
/** Describes the type of compression used on an image. Possible compressions:

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSBox
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSView.h>
#import <AppKit/NSView.h>
@class NSString;
@class NSFont;

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSBrowser
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSControl.h>
#import <AppKit/NSControl.h>
@class NSString;
@class NSArray;

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSBrowserCell
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSCell.h>
#import <AppKit/NSCell.h>
@class NSImage;

View file

@ -32,9 +32,10 @@
#define _GNUstep_H_NSButton
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSControl.h>
#include <AppKit/NSButtonCell.h>
#import <AppKit/NSControl.h>
#import <AppKit/NSButtonCell.h>
@class NSAttributedString;
@class NSString;
@class NSEvent;

View file

@ -32,7 +32,7 @@
#define _GNUstep_H_NSButtonCell
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSActionCell.h>
#import <AppKit/NSActionCell.h>
@class NSFont;
@class NSSound;

View file

@ -31,8 +31,8 @@
#define _GNUstep_H_NSCachedImageRep
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSImageRep.h>
#include <AppKit/NSGraphics.h>
#import <AppKit/NSImageRep.h>
#import <AppKit/NSGraphics.h>
@class NSWindow;

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSClipView
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSView.h>
#import <AppKit/NSView.h>
@class NSNotification;
@class NSCursor;

View file

@ -31,8 +31,9 @@
#define _GNUstep_H_NSColor
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSCoder.h>
#include <AppKit/AppKitDefines.h>
#import <Foundation/NSCoder.h>
#import <Foundation/NSObject.h>
#import <AppKit/AppKitDefines.h>
@class NSString;
@class NSDictionary;

View file

@ -33,8 +33,8 @@
#define _GNUstep_H_NSColorList
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSCoder.h>
#include <AppKit/AppKitDefines.h>
#import <Foundation/NSObject.h>
#import <AppKit/AppKitDefines.h>
@class NSString;
@class NSArray;

View file

@ -31,20 +31,21 @@
#define _GNUstep_H_NSColorPanel
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSApplication.h>
#include <AppKit/NSBox.h>
#include <AppKit/NSButton.h>
#include <AppKit/NSColorPicking.h>
#include <AppKit/NSColorWell.h>
#include <AppKit/NSMatrix.h>
#include <AppKit/NSNibDeclarations.h>
#include <AppKit/NSPanel.h>
#include <AppKit/NSSlider.h>
#include <AppKit/NSSplitView.h>
#import <AppKit/AppKitDefines.h>
#import <AppKit/NSApplication.h>
#import <AppKit/NSColorPicking.h>
#import <AppKit/NSColorWell.h>
#import <AppKit/NSNibDeclarations.h>
#import <AppKit/NSPanel.h>
@class NSView;
@class NSBox;
@class NSButton;
@class NSColorList;
@class NSEvent;
@class NSMatrix;
@class NSSlider;
@class NSSplitView;
@class NSView;
enum {
NSGrayModeColorPanel,

View file

@ -31,8 +31,8 @@
#define _GNUstep_H_NSColorPicker
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#include <AppKit/NSColorPicking.h>
#import <Foundation/NSObject.h>
#import <AppKit/NSColorPicking.h>
@class NSColorPanel;
@class NSColorList;

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSColorPicking
#import <GNUstepBase/GSVersionMacros.h>
#include <objc/Protocol.h>
#import <objc/Protocol.h>
@class NSColor;
@class NSColorPanel;

View file

@ -32,7 +32,10 @@
#import <GNUstepBase/GSVersionMacros.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
#import <Foundation/Foundation.h>
#import <Foundation/NSObject.h>
@class NSData;
@class NSString;
typedef enum _NSColorSpaceModel
{
@ -46,7 +49,7 @@ typedef enum _NSColorSpaceModel
@interface NSColorSpace : NSObject <NSCoding>
{
NSColorSpaceModel _colorSpaceModel;
NSColorSpaceModel _colorSpaceModel;
NSData *_iccData;
void *_colorSyncProfile;
}

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSColorWell
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSControl.h>
#import <AppKit/NSControl.h>
@class NSColor;

View file

@ -29,8 +29,9 @@
#define _GNUstep_H_NSComboBox
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSTextField.h>
#import <AppKit/NSTextField.h>
@class NSArray;
@class NSString;
@class NSNotification;

View file

@ -29,8 +29,8 @@
#define _GNUstep_H_NSComboBoxCell
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSGeometry.h>
#include <AppKit/NSTextFieldCell.h>
#import <Foundation/NSGeometry.h>
#import <AppKit/NSTextFieldCell.h>
@class NSButtonCell;
@class NSMutableArray;

View file

@ -32,8 +32,8 @@
#import <GNUstepBase/GSVersionMacros.h>
// for NSWritingDirection
#include <AppKit/NSParagraphStyle.h>
#include <AppKit/NSView.h>
#import <AppKit/NSParagraphStyle.h>
#import <AppKit/NSView.h>
@class NSString;
@class NSNotification;

View file

@ -31,7 +31,8 @@
#define _GNUstep_H_NSCursor
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSCoder.h>
#import <Foundation/NSGeometry.h>
#import <Foundation/NSObject.h>
@class NSImage;
@class NSEvent;

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSCustomImageRep
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSImageRep.h>
#import <AppKit/NSImageRep.h>
@interface NSCustomImageRep : NSImageRep
{

View file

@ -31,8 +31,8 @@
#define _GNUstep_H_NSDataLink
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSCoder.h>
#include <AppKit/AppKitDefines.h>
#import <Foundation/NSObject.h>
#import <AppKit/AppKitDefines.h>
@class NSString;
@class NSArray;

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSDataLinkManager
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSCoder.h>
#import <Foundation/NSObject.h>
@class NSString;
@class NSEnumerator;

View file

@ -31,8 +31,8 @@
#define _GNUstep_H_NSDataLinkPanel
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSApplication.h>
#include <AppKit/NSPanel.h>
#import <AppKit/NSApplication.h>
#import <AppKit/NSPanel.h>
@class NSDataLink;
@class NSDataLinkManager;
@ -96,12 +96,6 @@
- (void)pickedUpdateDestination:(id)sender;
- (void)pickedUpdateMode:(id)sender;
//
// NSCoding protocol
//
- (void)encodeWithCoder: (NSCoder *)aCoder;
- initWithCoder: (NSCoder *)aDecoder;
@end
#endif // _GNUstep_H_NSDataLinkPanel

View file

@ -34,9 +34,9 @@
#define _GNUstep_H_NSDocument
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#include <AppKit/NSNibDeclarations.h>
#include <AppKit/NSUserInterfaceValidation.h>
#import <Foundation/NSObject.h>
#import <AppKit/NSNibDeclarations.h>
#import <AppKit/NSUserInterfaceValidation.h>
/* Foundation classes */

View file

@ -33,9 +33,9 @@
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
#include <Foundation/NSObject.h>
#include <AppKit/NSNibDeclarations.h>
#include <AppKit/NSUserInterfaceValidation.h>
#import <Foundation/NSObject.h>
#import <AppKit/NSNibDeclarations.h>
#import <AppKit/NSUserInterfaceValidation.h>
@class NSArray;
@class NSError;

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSDragging
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSGeometry.h>
#import <Foundation/NSGeometry.h>
@class NSWindow;
@class NSPasteboard;

View file

@ -31,8 +31,8 @@
#define _GNUstep_H_NSDrawer
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSGeometry.h>
#include <AppKit/NSResponder.h>
#import <Foundation/NSGeometry.h>
#import <AppKit/NSResponder.h>
@class NSWindow;
@class NSView;

View file

@ -31,8 +31,8 @@
#define _GNUstep_H_NSEPSImageRep
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSGeometry.h>
#include <AppKit/NSImageRep.h>
#import <Foundation/NSGeometry.h>
#import <AppKit/NSImageRep.h>
@class NSData;

View file

@ -31,9 +31,10 @@
#define _GNUstep_H_NSEvent
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSCoder.h>
#include <Foundation/NSGeometry.h>
#include <Foundation/NSDate.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>
// For NSTimeInterval
#import <Foundation/NSDate.h>
@class NSString;
@class NSWindow;

View file

@ -31,11 +31,14 @@
#define _GNUstep_H_NSFileWrapper
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSDictionary.h>
#include <AppKit/NSImage.h>
#import <Foundation/NSObject.h>
#import <AppKit/NSImage.h>
@class NSImage;
@class NSData;
@class NSDictionary;
@class NSMutableDictionary;
@class NSString;
@class NSImage;
typedef enum
{

View file

@ -32,11 +32,11 @@
#define _GNUstep_H_NSFont
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
#include <AppKit/AppKitDefines.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>
#import <AppKit/AppKitDefines.h>
// For NSControlSize
#include <AppKit/NSColor.h>
#import <AppKit/NSColor.h>
@class NSAffineTransform;
@class NSCharacterSet;

View file

@ -30,18 +30,19 @@
#ifndef _GNUstep_H_NSFontDescriptor
#define _GNUstep_H_NSFontDescriptor
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#import <Foundation/NSObject.h>
#import <AppKit/AppKitDefines.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
@class NSAffineTransform;
@class NSArray;
@class NSCoder;
@class NSDictionary;
@class NSSet;
@class NSString;
@class NSAffineTransform;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
typedef uint32_t NSFontSymbolicTraits;
@ -78,29 +79,29 @@ enum _NSFontTrait
#endif
extern NSString *NSFontFamilyAttribute;
extern NSString *NSFontNameAttribute;
extern NSString *NSFontFaceAttribute;
extern NSString *NSFontSizeAttribute;
extern NSString *NSFontVisibleNameAttribute;
extern NSString *NSFontColorAttribute;
extern NSString *NSFontMatrixAttribute;
extern NSString *NSFontVariationAttribute;
extern NSString *NSFontCharacterSetAttribute;
extern NSString *NSFontCascadeListAttribute;
extern NSString *NSFontTraitsAttribute;
extern NSString *NSFontFixedAdvanceAttribute;
APPKIT_EXPORT NSString *NSFontFamilyAttribute;
APPKIT_EXPORT NSString *NSFontNameAttribute;
APPKIT_EXPORT NSString *NSFontFaceAttribute;
APPKIT_EXPORT NSString *NSFontSizeAttribute;
APPKIT_EXPORT NSString *NSFontVisibleNameAttribute;
APPKIT_EXPORT NSString *NSFontColorAttribute;
APPKIT_EXPORT NSString *NSFontMatrixAttribute;
APPKIT_EXPORT NSString *NSFontVariationAttribute;
APPKIT_EXPORT NSString *NSFontCharacterSetAttribute;
APPKIT_EXPORT NSString *NSFontCascadeListAttribute;
APPKIT_EXPORT NSString *NSFontTraitsAttribute;
APPKIT_EXPORT NSString *NSFontFixedAdvanceAttribute;
extern NSString *NSFontSymbolicTrait;
extern NSString *NSFontWeightTrait;
extern NSString *NSFontWidthTrait;
extern NSString *NSFontSlantTrait;
APPKIT_EXPORT NSString *NSFontSymbolicTrait;
APPKIT_EXPORT NSString *NSFontWeightTrait;
APPKIT_EXPORT NSString *NSFontWidthTrait;
APPKIT_EXPORT NSString *NSFontSlantTrait;
extern NSString *NSFontVariationAxisIdentifierKey;
extern NSString *NSFontVariationAxisMinimumValueKey;
extern NSString *NSFontVariationAxisMaximumValueKey;
extern NSString *NSFontVariationAxisDefaultValueKey;
extern NSString *NSFontVariationAxisNameKey;
APPKIT_EXPORT NSString *NSFontVariationAxisIdentifierKey;
APPKIT_EXPORT NSString *NSFontVariationAxisMinimumValueKey;
APPKIT_EXPORT NSString *NSFontVariationAxisMaximumValueKey;
APPKIT_EXPORT NSString *NSFontVariationAxisDefaultValueKey;
APPKIT_EXPORT NSString *NSFontVariationAxisNameKey;
@interface NSFontDescriptor : NSObject <NSCoding, NSCopying>
{

View file

@ -34,7 +34,7 @@
#define _GNUstep_H_NSFontManager
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#import <Foundation/NSObject.h>
@class NSString;
@class NSArray;

View file

@ -31,8 +31,8 @@
#define _GNUstep_H_NSFontPanel
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSPanel.h>
#include <AppKit/NSFontManager.h>
#import <AppKit/NSPanel.h>
#import <AppKit/NSFontManager.h>
@class NSFont;
@class NSView;

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSForm
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSMatrix.h>
#import <AppKit/NSMatrix.h>
@class NSFormCell;
@class NSFont;

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSFormCell
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSActionCell.h>
#import <AppKit/NSActionCell.h>
@interface NSFormCell : NSActionCell <NSCoding>
{

View file

@ -29,11 +29,11 @@
#define __NSGraphics_h__
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>
#include <AppKit/NSGraphicsContext.h>
#include <AppKit/AppKitDefines.h>
#import <AppKit/NSGraphicsContext.h>
#import <AppKit/AppKitDefines.h>
@class NSString;
@class NSColor;

View file

@ -28,27 +28,28 @@
Boston, MA 02110-1301, USA.
*/
#include "config.h"
#include <Foundation/NSString.h>
#include <Foundation/NSArchiver.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSException.h>
#include <Foundation/NSNotification.h>
#include <Foundation/NSUserDefaults.h>
#include <Foundation/NSBundle.h>
#include <Foundation/NSDebug.h>
#include <Foundation/NSScanner.h>
#import "config.h"
#import <Foundation/NSString.h>
#import <Foundation/NSArchiver.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>
#import <Foundation/NSLock.h>
#import <Foundation/NSNotification.h>
#import <Foundation/NSUserDefaults.h>
#import <Foundation/NSBundle.h>
#import <Foundation/NSDebug.h>
#import <Foundation/NSScanner.h>
#include "AppKit/NSColor.h"
#include "AppKit/NSColorList.h"
#include "AppKit/NSColorSpace.h"
#include "AppKit/NSPasteboard.h"
#include "AppKit/NSView.h"
#include "AppKit/NSImage.h"
#include "AppKit/NSGraphics.h"
#include "AppKit/PSOperators.h"
#include "GNUstepGUI/GSTheme.h"
#include "GSGuiPrivate.h"
#import "AppKit/NSColor.h"
#import "AppKit/NSColorList.h"
#import "AppKit/NSColorSpace.h"
#import "AppKit/NSPasteboard.h"
#import "AppKit/NSView.h"
#import "AppKit/NSImage.h"
#import "AppKit/NSGraphics.h"
#import "AppKit/PSOperators.h"
#import "GNUstepGUI/GSTheme.h"
#import "GSGuiPrivate.h"
static Class NSColorClass;

View file

@ -26,27 +26,32 @@
Boston, MA 02110-1301, USA.
*/
#include "config.h"
#include <Foundation/NSBundle.h>
#include <Foundation/NSEnumerator.h>
#include <Foundation/NSFileManager.h>
#include <Foundation/NSLock.h>
#include <Foundation/NSNotification.h>
#include <Foundation/NSPathUtilities.h>
#include "AppKit/NSButtonCell.h"
#include "AppKit/NSColor.h"
#include "AppKit/NSColorPanel.h"
#include "AppKit/NSColorPicker.h"
#include "AppKit/NSColorPicking.h"
#include "AppKit/NSColorWell.h"
#include "AppKit/NSEvent.h"
#include "AppKit/NSGraphics.h"
#include "AppKit/NSImage.h"
#include "AppKit/NSPasteboard.h"
#include "AppKit/NSWindow.h"
#include "GNUstepGUI/IMLoading.h"
#import "config.h"
#import <Foundation/NSBundle.h>
#import <Foundation/NSEnumerator.h>
#import <Foundation/NSFileManager.h>
#import <Foundation/NSLock.h>
#import <Foundation/NSNotification.h>
#import <Foundation/NSPathUtilities.h>
#import "AppKit/NSBox.h"
#import "AppKit/NSButton.h"
#import "AppKit/NSButtonCell.h"
#import "AppKit/NSColor.h"
#import "AppKit/NSColorPanel.h"
#import "AppKit/NSColorPicker.h"
#import "AppKit/NSColorPicking.h"
#import "AppKit/NSColorWell.h"
#import "AppKit/NSEvent.h"
#import "AppKit/NSGraphics.h"
#import "AppKit/NSImage.h"
#import "AppKit/NSMatrix.h"
#import "AppKit/NSPasteboard.h"
#import "AppKit/NSSlider.h"
#import "AppKit/NSSplitView.h"
#import "AppKit/NSWindow.h"
#import "GNUstepGUI/IMLoading.h"
#include "GSGuiPrivate.h"
#import "GSGuiPrivate.h"
#define MAX_ALPHA_VALUE 100.0
static NSLock *_gs_gui_color_panel_lock = nil;

View file

@ -27,9 +27,11 @@
Boston, MA 02110-1301, USA.
*/
#import <Foundation/Foundation.h>
#import <Foundation/NSCoder.h>
#import <Foundation/NSData.h>
#import <Foundation/NSString.h>
#import <AppKit/NSColorSpace.h>
#include "GSGuiPrivate.h"
#import "GSGuiPrivate.h"
@implementation NSColorSpace

View file

@ -26,14 +26,14 @@
Boston, MA 02110-1301, USA.
*/
#include "config.h"
#import "config.h"
#include <Foundation/NSCoder.h>
#include "AppKit/NSButton.h"
#include "AppKit/NSEvent.h"
#include "AppKit/NSImage.h"
#include "AppKit/NSPanel.h"
#include "AppKit/NSTextField.h"
#import <Foundation/NSCoder.h>
#import "AppKit/NSButton.h"
#import "AppKit/NSEvent.h"
#import "AppKit/NSImage.h"
#import "AppKit/NSPanel.h"
#import "AppKit/NSTextField.h"
@implementation NSPanel