Yet another bit of #include -> #import replacement. Replace includes of Foundation.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30034 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-03-25 09:11:50 +00:00
parent 0d78f7f50a
commit 6483053f29
18 changed files with 167 additions and 114 deletions

View file

@ -45,10 +45,12 @@
Boston, MA 02110-1301, USA.
*/
#include "config.h"
#import "config.h"
#import <Foundation/NSArchiver.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSCharacterSet.h>
#import <Foundation/NSCoder.h>
#import <Foundation/NSData.h>
#import <Foundation/NSDebug.h>
#import <Foundation/NSEnumerator.h>
#import <Foundation/NSException.h>
@ -83,7 +85,7 @@
#import "AppKit/NSTextStorage.h"
#import "AppKit/NSTextView.h"
#import "AppKit/NSWindow.h"
#include "GSGuiPrivate.h"
#import "GSGuiPrivate.h"
/*