mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
cosmetic tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
43bcaac3ad
commit
c8a6832349
50 changed files with 290 additions and 288 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#ifdef HAVE_DLADDR
|
||||
/* Define _GNU_SOURCE because that is required with GNU libc in order
|
||||
|
@ -48,11 +48,11 @@
|
|||
#endif
|
||||
|
||||
#include "objc-load.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
/* include the interface to the dynamic linker */
|
||||
#include "dynamic-load.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue