mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
|
@ -21,9 +21,9 @@
|
|||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "config.h"
|
||||
#include "Foundation/Foundation.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
|
||||
|
@ -56,8 +56,8 @@ BOOL GSMacOSXCompatiblePropertyLists(void)
|
|||
}
|
||||
|
||||
#include <math.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include "Foundation/NSValue.h"
|
||||
#include "Foundation/NSString.h"
|
||||
|
||||
static char base64[]
|
||||
= "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue