few compiler warning fixes plus a lot of #import replacement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30448 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2010-05-24 10:48:14 +00:00
parent 4aa28ed522
commit e64aca8bb2
48 changed files with 570 additions and 2019 deletions

View file

@ -25,24 +25,22 @@
Boston, MA 02110-1301, USA.
*/
#include <Foundation/NSCharacterSet.h>
#include <Foundation/NSDebug.h>
#include <Foundation/NSEnumerator.h>
#include <Foundation/NSException.h>
#include <Foundation/NSValue.h>
#include <GNUstepBase/Unicode.h>
#import <Foundation/NSCharacterSet.h>
#import <Foundation/NSDebug.h>
#import <Foundation/NSEnumerator.h>
#import <Foundation/NSException.h>
#import <Foundation/NSValue.h>
#include "AppKit/NSAttributedString.h"
#include "AppKit/NSTextStorage.h"
#include "AppKit/NSTextContainer.h"
#import "AppKit/NSAttributedString.h"
#import "AppKit/NSTextStorage.h"
#import "AppKit/NSTextContainer.h"
/* just for NSAttachmentCharacter */
#include "AppKit/NSTextAttachment.h"
#import "AppKit/NSTextAttachment.h"
#include "GNUstepGUI/GSFontInfo.h"
#include "GNUstepGUI/GSTypesetter.h"
#include "GNUstepGUI/GSLayoutManager_internal.h"
#import "GNUstepGUI/GSFontInfo.h"
#import "GNUstepGUI/GSTypesetter.h"
#import "GNUstepGUI/GSLayoutManager_internal.h"
/* TODO: is using rand() here ok? */
static int random_level(void)