blob: 281203ca3c3dfe62d3da86e009ee60b1775cd089 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.m.orig 2006-07-09 16:11:41.000000000 +0200
+++ ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.m 2010-05-23 05:53:40.000000000 +0200
@@ -30,6 +30,7 @@
#import <Foundation/NSProcessInfo.h>
#import <Foundation/NSString.h>
#import <Foundation/NSTask.h>
+#import <Foundation/NSValue.h>
#import <AppKit/NSColor.h>
#import <AppKit/NSFont.h>
@@ -44,7 +45,7 @@
#import <AppKit/NSTableView.h>
#import <AppKit/NSTextStorage.h>
#import <AppKit/NSTextView.h>
-#import <AppKit/NSWindow+Toolbar.h>
+#import <AppKit/NSWindow.h>
#import <AppKit/NSToolbar.h>
#import <AppKit/NSToolbarItem.h>
|