mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Correct imports.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bacce8660
commit
ee078bb8ed
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-03-16 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSComboBoxCell.m: Correct imports.
|
||||
|
||||
2011-03-16 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSOutlineView.m (-_didChangeSortDescriptors:),
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import "AppKit/NSApplication.h"
|
||||
//#import "AppKit/NSBezierPath.h"
|
||||
#import "AppKit/NSBox.h"
|
||||
#import "AppKit/NSBrowser.h"
|
||||
#import "AppKit/NSBrowserCell.h"
|
||||
|
@ -45,7 +44,7 @@
|
|||
#import "AppKit/NSGraphicsContext.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSPanel.h"
|
||||
//#import "AppKit/NSScreen.h"
|
||||
#import "AppKit/NSScreen.h"
|
||||
#import "AppKit/NSScroller.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSTableColumn.h"
|
||||
|
|
Loading…
Reference in a new issue