mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Trivial header inclusion fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19037 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
504c570c08
commit
15840d8386
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
#define GSI_MAP_EQUAL(M, X,Y) ((X).uint == (Y).uint)
|
||||
#undef GSI_MAP_NOCLEAN
|
||||
|
||||
#include <GNUstepBase/GSIMap.h>
|
||||
#include "GNUstepBase/GSIMap.h"
|
||||
|
||||
|
||||
#define _IN_NSKEYEDARCHIVER_M 1
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define GSI_ARRAY_TYPES GSUNION_OBJ
|
||||
|
||||
|
||||
#include <GNUstepBase/GSIArray.h>
|
||||
#include "GNUstepBase/GSIArray.h"
|
||||
|
||||
#define _IN_NSKEYEDUNARCHIVER_M 1
|
||||
#include <Foundation/NSKeyedArchiver.h>
|
||||
|
|
Loading…
Reference in a new issue