mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:40:38 +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
|
@ -26,9 +26,17 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "GNUstepGUI/GSMemoryPanel.h"
|
||||
#include "GNUstepGUI/GSHbox.h"
|
||||
#include "GNUstepGUI/GSVbox.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import "AppKit/NSButton.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSTableColumn.h"
|
||||
#import "AppKit/NSTableView.h"
|
||||
#import "GNUstepGUI/GSMemoryPanel.h"
|
||||
#import "GNUstepGUI/GSHbox.h"
|
||||
#import "GNUstepGUI/GSVbox.h"
|
||||
|
||||
enum {
|
||||
OrderByClassName,
|
||||
|
@ -336,7 +344,7 @@ static GSMemoryPanel *sharedGSMemoryPanel = nil;
|
|||
|
||||
- (void) snapshot: (id)sender
|
||||
{
|
||||
GSMemoryPanel *snapshot = [GSMemoryPanel new];
|
||||
GSMemoryPanel *snapshot = [GSMemoryPanel new];
|
||||
|
||||
[snapshot setTitle:
|
||||
[NSString stringWithFormat: @"Memory Snapshot at %@", [NSDate date]]];
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
#import "AppKit/NSScreen.h"
|
||||
#import "AppKit/NSScroller.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import <AppKit/NSStringDrawing.h>
|
||||
#import "AppKit/NSTextField.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue