Include <> -> ""

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16917 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-06-13 15:01:12 +00:00
parent 0c5ea479e7
commit 6be9174933
138 changed files with 1006 additions and 936 deletions

View file

@ -48,7 +48,7 @@
#include <Foundation/NSLock.h>
#include <Foundation/NSThread.h>
#include <Foundation/NSNotification.h>
#include <AppKit/NSTextStorage.h>
#include "AppKit/NSTextStorage.h"
#include "GSTextStorage.h"
#define SANITY_CHECKS 0
@ -62,7 +62,7 @@
#define GSI_MAP_VTYPES GSUNION_INT
#define GSI_MAP_NOCLEAN 1
#include <base/GSIMap.h>
#include <gnustep/base/GSIMap.h>
static NSDictionary *blank;
static NSLock *attrLock = nil;