mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:00:37 +00:00
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:
parent
0c5ea479e7
commit
6be9174933
138 changed files with 1006 additions and 936 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue