mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Change syntax of includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16874 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8d61ae67a5
commit
d228cba99b
119 changed files with 1087 additions and 1023 deletions
|
@ -29,10 +29,10 @@
|
|||
#if !defined(__APPLE__) || !defined(GNU_RUNTIME)
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
#include <Foundation/NSDecimal.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include "Foundation/NSDecimal.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSUserDefaults.h"
|
||||
|
||||
/*
|
||||
This file provides two implementations of the NSDecimal functions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue